feat(sway): disable apl layout

This commit is contained in:
buffet 2023-07-21 09:36:38 +02:00
parent 8e1b2e711b
commit 0f8f0d1e53

View file

@ -67,9 +67,8 @@
}; };
input."*" = { input."*" = {
xkb_layout = "us,apl"; xkb_layout = "us";
xkb_variant = ",dyalog"; xkb_options = "compose:prsc";
xkb_options = "grp:switch,compose:prsc";
}; };
output."*" = {bg = "${theme.primary.background} solid_color";}; output."*" = {bg = "${theme.primary.background} solid_color";};