diff --git a/programs/sway.nix b/programs/sway.nix index c4047b9..15bd7b1 100644 --- a/programs/sway.nix +++ b/programs/sway.nix @@ -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 {