From 4fa48e05437d6539d2e08c6496697f46dec58782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 3 Aug 2023 08:43:09 +0200 Subject: sway: update layout switching --- config/sway/bindsym-layout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/sway/bindsym-layout') diff --git a/config/sway/bindsym-layout b/config/sway/bindsym-layout index 5b075ac..7c2aa2d 100644 --- a/config/sway/bindsym-layout +++ b/config/sway/bindsym-layout @@ -1,8 +1,8 @@ # vim: ft=swayconfig set $mode_layout Set keyboard layout (u)s or (c)z mode "$mode_layout" { - bindsym u input type:keyboard xkb_layout us, mode "default" - bindsym c input type:keyboard xkb_layout cz_qwerty, mode "default" + bindsym u input type:keyboard xkb_variant basic, input type:keyboard xkb_layout us, mode "default" + bindsym c input type:keyboard xkb_layout cz, input type:keyboard xkb_variant qwerty, mode "default" bindsym Return mode "default" bindsym Escape mode "default" } -- cgit v1.2.3