From a9cec0823d9c655672c00735b6b7ee5c858c2acd Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 14 Jul 2025 16:21:11 -0700 Subject: i3: add sticky bind --- modules/home/desktop/components/i3/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home/desktop/components') diff --git a/modules/home/desktop/components/i3/default.nix b/modules/home/desktop/components/i3/default.nix index add418c..5e0175f 100644 --- a/modules/home/desktop/components/i3/default.nix +++ b/modules/home/desktop/components/i3/default.nix @@ -207,6 +207,7 @@ in { # Misc container binds "${mod}+Shift+space" = "floating toggle"; + "${mod}+Ctrl+Shift+space" = "sticky toggle"; "${mod}+f" = "fullscreen toggle"; "${mod}+w" = "split h"; -- cgit v1.2.3