aboutsummaryrefslogtreecommitdiff
path: root/modules/home/desktop/components/i3/default.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-07-14 16:21:11 -0700
committerCaroline Larimore <caroline@larimo.re>2025-07-14 16:21:11 -0700
commita9cec0823d9c655672c00735b6b7ee5c858c2acd (patch)
treeeda81ac435d5cf3304203d35749f1a4af8c5641a /modules/home/desktop/components/i3/default.nix
parent361477f79114483f78fa400171700a03175e4fed (diff)
i3: add sticky bind
Diffstat (limited to 'modules/home/desktop/components/i3/default.nix')
-rw-r--r--modules/home/desktop/components/i3/default.nix1
1 files changed, 1 insertions, 0 deletions
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";