After messing around with xinput,halm xset etc, I finally got a workaround by using the python script from here.
Using the -n arguement switches you & your pointer out of the jailed screen. You may find it useful to bind it to a shortcut key.
$ tail -n 3 ~/.fluxbox/keys
#Woohooo - Workaround for stupid pointer
Control Shift N :ExecCommand /home/lmwangi/bin/screenswap.py -n
Now pressing ctrl-shift-n just switches me back to the other screen. It might make sense to modify the script so that it monitors your proximity to an edge of your jailing screen and auto-switches you to inaccessible screen.
No comments:
Post a Comment