Moving window to empty monitor

I have the follow hotkey in my sxhkdrc file with the purpose of moving windows around my desktop even if my monitor ( Above ) is empty.

super + {_,shift + } + {Left,Down,Up,Right}
    bspc node --{focus,swap} {west,south,north,east} --follow || bspc node -{m,m}  {west,south,north,east}

I am able to successfully execute the second line within the terminal but I cannot get it to work as a hotkey. Please help.

I don’t think you need that third +.

Try making it

super + {_,shift + }{Left,Down,Up,Right}
2 Likes