From d6a51f0a5a7d2327c8dc976bd5171f102de40af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 13 Mar 2024 10:52:38 +0100 Subject: sway: use alt+shift for switching keyboard layout The previous hack I used was because this wasn't working correctly. Now it works and instead switching layout externally breaks bindsym so let's use this again. --- config/sway/inputs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sway/inputs b/config/sway/inputs index e68d5b9..12d3a36 100644 --- a/config/sway/inputs +++ b/config/sway/inputs @@ -1,7 +1,7 @@ # vim: ft=swayconfig input type:keyboard { - xkb_layout 'us' + xkb_layout 'us,cz(qwerty)' xkb_options 'grp:alt_shift_toggle,caps:escape' xkb_numlock enabled } -- cgit v1.2.3