sway: add bind to make floating windows sticky

This commit is contained in:
Leonardo Eugênio 2023-01-06 15:40:48 -03:00
parent 011231b0bb
commit 5d55fb3e17

View file

@ -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'";