feat(sway): enable apl keyboard, fix compose
This commit is contained in:
parent
4347772362
commit
09bbee7d07
1 changed files with 6 additions and 1 deletions
|
@ -66,7 +66,12 @@
|
||||||
outer = 0;
|
outer = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
input."*" = {xkb_options = "compose:ralt";};
|
input."*" = {
|
||||||
|
xkb_layout = "us,apl";
|
||||||
|
xkb_variant = ",dyalog";
|
||||||
|
xkb_options = "grp:switch,compose:prsc";
|
||||||
|
};
|
||||||
|
|
||||||
output."*" = {bg = "${theme.primary.background} solid_color";};
|
output."*" = {bg = "${theme.primary.background} solid_color";};
|
||||||
|
|
||||||
colors = with theme; rec {
|
colors = with theme; rec {
|
||||||
|
|
Loading…
Reference in a new issue