rotate reset
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user