Add keybind to move window between desktops

This commit is contained in:
Evie Litherland-Smith 2023-04-05 08:56:54 +01:00
parent 0ea4239729
commit f5fae9b428

View file

@ -38,7 +38,7 @@
# focus the next/previous node in the current desktop # focus the next/previous node in the current desktop
"super + {_,shift + }c" = "bspc node -f {next,prev}.local"; "super + {_,shift + }c" = "bspc node -f {next,prev}.local";
# focus the next/previous desktop in the current monitor # focus the next/previous desktop in the current monitor
"super + bracket{left,right}" = "bspc desktop -f {prev,next}.local"; "super + {_,shift + }bracket{left,right}" = "bspc {desktop -f,node -d} {prev,next}.local";
# focus the last node/desktop # focus the last node/desktop
"super + {grave,Tab}" = "bspc {node,desktop} -f last"; "super + {grave,Tab}" = "bspc {node,desktop} -f last";
# focus the older or newer node in the focus history # focus the older or newer node in the focus history