rotate reset

This commit is contained in:
Q
2023-10-12 20:33:54 +03:00
parent 15214a2dda
commit bc2160b6b2

View File

@@ -47,7 +47,7 @@ _display_main() {
echo "Display MAIN=$MAIN is not connected, trying to turn all on. Please check your setup: $CONFIG"
_allon
}
_xrandr --output "$MAIN" --auto --gamma $g:$g:$g
_xrandr --output "$MAIN" --auto --gamma $g:$g:$g --rotate normal
_list_all | grep -v "$MAIN" | while read display; do
_xrandr --output $display --off
done