From 220d0352aacaacfd33c5af4d771043545b332317 Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 15 Jul 2021 02:34:54 +0100 Subject: [PATCH] sway compose key set --- config/users/kat/sway/sway.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/users/kat/sway/sway.nix b/config/users/kat/sway/sway.nix index f65a392f..ecfacdf3 100644 --- a/config/users/kat/sway/sway.nix +++ b/config/users/kat/sway/sway.nix @@ -87,8 +87,7 @@ in input = { "*" = { xkb_layout = "gb"; - # xkb_variant = "nodeadkeys"; - # xkb_options = "ctrl:nocaps"; + xkb_options = "compose:rctrl,ctrl:nocaps"; }; };