Skip to content

Latest commit

 

History

History
26 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

26 lines (11 loc) · 464 Bytes

can be useful to create a shortcut that allows you to switch between monitors / screens

Image

If you have only one monitor, it can also be used to switch between tiled windows

Image

install:

sudo apt install xdotool x11-xserver-utils

usage:

To set focus to left screen pass "left" as arg

python3 ./focus_changer.py left

To set focus to right screen pass "right" as arg

usage python3 ./focus_changer.py right