diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-07-14 16:21:11 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-07-14 16:21:11 -0700 |
| commit | a9cec0823d9c655672c00735b6b7ee5c858c2acd (patch) | |
| tree | eda81ac435d5cf3304203d35749f1a4af8c5641a | |
| parent | 361477f79114483f78fa400171700a03175e4fed (diff) | |
i3: add sticky bind
| -rw-r--r-- | modules/home/desktop/components/i3/default.nix | 1 |
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"; |