From 5a85db463698cd5746a4ea8470aea304f68a4fed Mon Sep 17 00:00:00 2001 From: histalek Date: Sun, 3 Nov 2024 11:04:47 +0100 Subject: [PATCH] feat(sway): Move to 'eu' keyboard layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is so much easier to use for me. This allows me to type `ü` with `right-alt + u` instead of `right-alt + y`. --- .config/sway/conf.d/1-set | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/sway/conf.d/1-set b/.config/sway/conf.d/1-set index eecdcb8..a28e245 100644 --- a/.config/sway/conf.d/1-set +++ b/.config/sway/conf.d/1-set @@ -47,8 +47,7 @@ set $wsF12 22:󰡶 # =================== # input "type:keyboard" { - xkb_layout us - xkb_variant altgr-intl + xkb_layout eu xkb_options caps:escape xkb_numlock enable }