fix: sway keyboard

This commit is contained in:
Patrick 2024-11-18 17:52:21 +01:00
parent de39df222d
commit 99f2b86c5c
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -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";