Script to move window between monitors in XFCE.
git clone https://github.com/claudiodtbarros/move-between-monitors.git
cd move-between-monitors
chmod +x move-to-next-monitor move-to-previous-monitor
mv move-to-next-monitor /somewhere/in/your/$PATH
mv move-to-previous-monitor /somewhere/in/your/$PATH
sudo apt install xdotool wmctrl
sudo apt-get install xdotool
We have one, and you're expected to follow it.
Since I don't use Xubuntu and therefore don't have a way to test changes, I'm going to rely on others to QA and give me feedback.
- icyrock post for initial development
- @jordansissel for his excellent xdotool