diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-11 19:49:43 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-11 19:49:43 +0200 |
commit | f8d1d9481575573baa3aec9dfd68023292d3ca27 (patch) | |
tree | 61f3050fa8840b108ce415a010209ea28caf468c /.local | |
parent | emacs conf update; (diff) | |
download | dotfiles-bsd-f8d1d9481575573baa3aec9dfd68023292d3ca27.tar.gz dotfiles-bsd-f8d1d9481575573baa3aec9dfd68023292d3ca27.tar.bz2 dotfiles-bsd-f8d1d9481575573baa3aec9dfd68023292d3ca27.tar.xz dotfiles-bsd-f8d1d9481575573baa3aec9dfd68023292d3ca27.tar.zst dotfiles-bsd-f8d1d9481575573baa3aec9dfd68023292d3ca27.zip |
configs update
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/setscreens.sh | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/.local/bin/setscreens.sh b/.local/bin/setscreens.sh index f718261..69a23de 100755 --- a/.local/bin/setscreens.sh +++ b/.local/bin/setscreens.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/dash +#!/bin/sh if xrandr | grep 'HDMI-1 connected'; then if xrandr | grep 'VGA-1 connected'; then @@ -10,16 +10,6 @@ if xrandr | grep 'HDMI-1 connected'; then xrandr --output HDMI-3 --off xrandr --output DP-2 --off xrandr --output DP-3 --off - else - xrandr --output VGA-1 --off - xrandr --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal - xrandr --output DP-1 --off - xrandr --output LVDS-1 --mode 1366x768 --pos 1920x312 --rotate normal - xrandr --output HDMI-2 --off - xrandr --output HDMI-3 --off - xrandr --output DP-2 --off - xrandr --output DP-3 --off - fi else xrandr --output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal xrandr --output VGA-1 --off |