feat(sway): disable apl layout
This commit is contained in:
parent
8e1b2e711b
commit
0f8f0d1e53
1 changed files with 2 additions and 3 deletions
|
@ -67,9 +67,8 @@
|
|||
};
|
||||
|
||||
input."*" = {
|
||||
xkb_layout = "us,apl";
|
||||
xkb_variant = ",dyalog";
|
||||
xkb_options = "grp:switch,compose:prsc";
|
||||
xkb_layout = "us";
|
||||
xkb_options = "compose:prsc";
|
||||
};
|
||||
|
||||
output."*" = {bg = "${theme.primary.background} solid_color";};
|
||||
|
|
Loading…
Reference in a new issue