diff --git a/skel/disp b/skel/disp index e59878f..e65b085 100755 --- a/skel/disp +++ b/skel/disp @@ -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