From 628e2788be3a052ea7396de04cf8e1ef3f8643cd Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 15 May 2021 11:52:58 +0700 Subject: [PATCH] keep esc key instead of swapping --- cfg/winter/gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/winter/gui.nix b/cfg/winter/gui.nix index e6f3894..15cb649 100644 --- a/cfg/winter/gui.nix +++ b/cfg/winter/gui.nix @@ -41,7 +41,7 @@ accelProfile = "flat"; }; }; - xkbOptions = "caps:swapescape"; + xkbOptions = "caps:escape"; windowManager.i3 = { enable = true; package = pkgs.i3-gaps;