From 99f2b86c5c314e175a1c3d826751aef66361d22a Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Nov 2024 17:52:21 +0100 Subject: [PATCH] fix: sway keyboard --- users/patrick/wayland/sway.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/users/patrick/wayland/sway.nix b/users/patrick/wayland/sway.nix index bc0595a..5660e91 100644 --- a/users/patrick/wayland/sway.nix +++ b/users/patrick/wayland/sway.nix @@ -15,19 +15,11 @@ in { menu = "fuzzel"; startup = [ - # for games to work input 1 has to be qwerts - # but i would like to have bone as my layout - { - command = "swaymsg input \"*\" xkb_switch_layout 1"; - always = true; - } { command = "uwsm finalize"; } ]; input = { "*" = { - xkb_layout = "de,de,de"; - # games are stupid so the main ui has to be de() without bone - xkb_variant = ",bone,neo"; + xkb_layout = "de"; xkb_options = "grp:win_space_toggle"; repeat_delay = "235"; repeat_rate = "60";