diff options
author | B Stack <bgstack15@gmail.com> | 2019-03-01 16:02:32 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-03-01 16:02:32 -0500 |
commit | 58ef47609736bdf816edce75bcf25905abbdd09a (patch) | |
tree | 36c9af80709f6137afc8fd3a050edef55bc28583 /move-to-next-monitor/debian/README.md | |
parent | Merge branch 'irfanview-dpkg' into 'master' (diff) | |
download | stackrpms-58ef47609736bdf816edce75bcf25905abbdd09a.tar.gz stackrpms-58ef47609736bdf816edce75bcf25905abbdd09a.tar.bz2 stackrpms-58ef47609736bdf816edce75bcf25905abbdd09a.zip |
dpkg for move-to-next-monitor
Diffstat (limited to 'move-to-next-monitor/debian/README.md')
-rw-r--r-- | move-to-next-monitor/debian/README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/move-to-next-monitor/debian/README.md b/move-to-next-monitor/debian/README.md new file mode 100644 index 0000000..3b4105e --- /dev/null +++ b/move-to-next-monitor/debian/README.md @@ -0,0 +1,32 @@ +# move-to-next-monitor + +Originally, this is fork of [jc00ke](https://github.com/jc00ke/move-to-next-monitor)'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](code_of_conduct.md), and you're expected to follow it. + +## Thanks + +* [icyrock](http://icyrock.com/blog/2012/05/xubuntu-moving-windows-between-monitors/) post for initial development +* [@jordansissel](https://github.com/jordansissel) for his excellent [xdotool](https://github.com/jordansissel/xdotool) +* [jc00ke](https://github.com/jc00ke/move-to-next-monitor) |