diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-15 09:34:31 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-15 09:34:31 +0200 |
commit | 6a8f4806805b8742352114b9e94bf3d2a32618f3 (patch) | |
tree | 9e52058b3f92899eb9cdf2ff8aabcfdd5c73e5b0 /.local/bin/scrmain | |
parent | update (diff) | |
download | dotfiles-bsd-6a8f4806805b8742352114b9e94bf3d2a32618f3.tar.gz dotfiles-bsd-6a8f4806805b8742352114b9e94bf3d2a32618f3.tar.bz2 dotfiles-bsd-6a8f4806805b8742352114b9e94bf3d2a32618f3.tar.xz dotfiles-bsd-6a8f4806805b8742352114b9e94bf3d2a32618f3.tar.zst dotfiles-bsd-6a8f4806805b8742352114b9e94bf3d2a32618f3.zip |
update
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 |