From 6a8f4806805b8742352114b9e94bf3d2a32618f3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 15 Apr 2022 09:34:31 +0200 Subject: update --- .local/bin/scrmain | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.local/bin/scrmain') 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 -- cgit v1.2.3