diff --git a/user/sway.nix b/user/sway.nix index 99e670b..fc9d51c 100644 --- a/user/sway.nix +++ b/user/sway.nix @@ -285,6 +285,7 @@ in { "${mod}+f" = "fullscreen toggle"; "${mod}+Shift+space" = "floating toggle"; "${mod}+space" = "focus mode_toggle"; + "${mod}+ctrl+space" = "sticky toggle"; "${mod}+Shift+c" = "reload"; # "${mod}+Shift+e" = # "exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'";