From 5acae77247694bdc053692610d9cfbd3572601d1 Mon Sep 17 00:00:00 2001 From: lhark Date: Mon, 18 Nov 2019 14:33:56 +0000 Subject: [PATCH] [sway] Add russian keyboard layout --- config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/sway/config b/config/sway/config index 250d41c..21d0efd 100644 --- a/config/sway/config +++ b/config/sway/config @@ -20,7 +20,9 @@ set $menu dmenu_path | bemenu | xargs swaymsg exec -- output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # Set keyboard layout -input * xkb_layout fr,us +input * xkb_layout fr,ru +input * xkb_variant ,phonetic +input * xkb_options grp:shift_caps_toggle input * xkb_numlock enable ############