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."*" = {
|
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";};
|
||||||
|
|
Loading…
Reference in a new issue