Adapting a solution for switching windows between displays in XFCE / Xubuntu 20.04
sudo apt-get install xdotool
wget https://raw.githubusercontent.com/jc00ke/move-to-next-monitor/master/move-to-next-monitor
sudo mv move-to-next-monitor /usr/local/bin/
sudo chmod +x /usr/local/bin/move-to-next-monitor
- Go to XFCE settings → Keyboard → Application shortcuts
- Add an entry for /usr/local/bin/move-to-next-monitor and assign a keyboard shortcut to it.
- Log in to post comments