diff options
Diffstat (limited to 'modules/home/desktop/components/i3/default.nix')
| -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"; |