feat(sway): enable apl keyboard, fix compose

This commit is contained in:
buffet 2023-03-06 13:29:11 +01:00
parent 4347772362
commit 09bbee7d07

View file

@ -66,7 +66,12 @@
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";};
colors = with theme; rec {