From 58ef47609736bdf816edce75bcf25905abbdd09a Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 1 Mar 2019 16:02:32 -0500 Subject: dpkg for move-to-next-monitor --- move-to-next-monitor/debian/README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 move-to-next-monitor/debian/README.md (limited to 'move-to-next-monitor/debian/README.md') 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) -- cgit