2 actions, one binding
I want to move the mouse on the lower right corner whenever I put a window in fullscreen.
To move the mouse I want to execute:
exec xdotool mousemove 5000 5000
Is there a way to do it on the same binding I have for fullscreen?
bindsym $mod+f fullscreen
add a comment