Skip to content

Script to move windows from one monitor to the next. Tested in Manjaro XFCE.

License

Notifications You must be signed in to change notification settings

vanaoff/move-to-next-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Script to move windows from one monitor to the next. Tested in Manjaro XFCE.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Shell 3.4%