From ed8b506695d762ae24933fc080861f662ee67929 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 23 Oct 2020 10:44:18 +0200 Subject: [PATCH] compose:caps --- configurations/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/sway.nix b/configurations/sway.nix index 127c1184..ff261822 100644 --- a/configurations/sway.nix +++ b/configurations/sway.nix @@ -86,7 +86,7 @@ in { command = "floating enable"; criteria = { app_id = "launcher"; }; } ]; input = { - "type:keyboard" = { xkb_layout = "us"; xkb_variant = "altgr-intl"; xkb_numlock = "enabled"; }; + "type:keyboard" = { xkb_layout = "us"; xkb_variant = "altgr-intl"; xkb_numlock = "enabled"; xkb_options = "compose:caps"; }; "type:touchpad" = { drag = "enabled"; dwt = "enabled"; scroll_method = "two_finger"; tap = "enabled"; }; }; modes = { }; # Unset default "resize" mode