nsbin/x-off

9 lines
251 B
Text
Raw Normal View History

#!/bin/sh
2018-04-03 14:02:09 +02:00
# Turn off all outputs besides the primary - connected also matches disconnected ;-)
for d in $(xrandr | grep -v primary | awk '/connected/ { print $1 }'); do
xrandr --output $d --off
done
2025-03-08 14:16:28 +09:00
# tune mouse to re-adjust mappings
tune-mouse