diff options
Diffstat (limited to '.local/bin/scrmain')
-rwxr-xr-x | .local/bin/scrmain | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.local/bin/scrmain b/.local/bin/scrmain index 00fc3ea..9ed283f 100755 --- a/.local/bin/scrmain +++ b/.local/bin/scrmain @@ -44,12 +44,12 @@ # # Screen setup when I only want my laptop screen -xrandr --output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal -xrandr --output VGA-1 --off -xrandr --output HDMI-1 --off -xrandr --output DP-1 --off -xrandr --output HDMI-2 --off -xrandr --output HDMI-3 --off -xrandr --output DP-2 --off -xrandr --output DP-3 --off +xrandr --output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal \ + --output VGA-1 --off \ + --output HDMI-1 --off \ + --output DP-1 --off \ + --output HDMI-2 --off \ + --output HDMI-3 --off \ + --output DP-2 --off \ + --output DP-3 --off setwp |