move-to-next-monitor
Originally, this is fork of jc00ke's move-to-next-monitor
.
The logic has been rewritten to Python and changed slightly. Now, it cycles window through the monitors, which don't
need to be same sized to work properly. The order of cycling could be controlled with --horizontal-first
and --reverse
parameters.
Script requires to work properly:
* xrandr
* xdotool
* wmctrl
* xprop
* python
Usage
wget https://raw.githubusercontent.com/vanaoff/move-to-next-monitor/master/move-to-next-monitor
chmod +x move-to-next-monitor
mv move-to-next-monitor /somewhere/in/your/$PATH
Code of Conduct
We have one, and you're expected to follow it.
Thanks
- icyrock post for initial development
- @jordansissel for his excellent xdotool
- jc00ke