From 09bbee7d075e3e6115f929629771f579bdb708d1 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 6 Mar 2023 13:29:11 +0100 Subject: [PATCH] feat(sway): enable apl keyboard, fix compose --- programs/sway.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 {