From bf58f1ab8c3e96b5fe8a5aab05450553e3e97ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Tue, 17 Jun 2025 13:45:05 +0200 Subject: [PATCH] fix(sway): remove caps:swapescape setting Should be configured downstream instead --- modules/hm/gui/sway.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/hm/gui/sway.nix b/modules/hm/gui/sway.nix index 5ed2293..9c7a312 100644 --- a/modules/hm/gui/sway.nix +++ b/modules/hm/gui/sway.nix @@ -97,8 +97,6 @@ in input."type:keyboard" = { repeat_delay = "300"; repeat_rate = "50"; - xkb_options = "caps:swapescape,compose:ralt"; - xkb_numlock = "enabled"; }; # Touchpad input."type:touchpad" = {