summaryrefslogtreecommitdiffstats
path: root/.local/bin/setscreens.sh
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-11 20:39:05 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-11 20:39:05 +0100
commitc448b52d9f89225ed5ee096d8d152235c11b98cb (patch)
treeed82d6dd6fd46ced1e5147c51612e3c597ffece5 /.local/bin/setscreens.sh
parentcommit (diff)
downloaddotfiles-bsd-c448b52d9f89225ed5ee096d8d152235c11b98cb.tar.gz
dotfiles-bsd-c448b52d9f89225ed5ee096d8d152235c11b98cb.tar.bz2
dotfiles-bsd-c448b52d9f89225ed5ee096d8d152235c11b98cb.tar.xz
dotfiles-bsd-c448b52d9f89225ed5ee096d8d152235c11b98cb.tar.zst
dotfiles-bsd-c448b52d9f89225ed5ee096d8d152235c11b98cb.zip
Update
Diffstat (limited to '')
-rwxr-xr-x.local/bin/setscreens.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/setscreens.sh b/.local/bin/setscreens.sh
index 5b091c6..ec7c266 100755
--- a/.local/bin/setscreens.sh
+++ b/.local/bin/setscreens.sh
@@ -5,7 +5,7 @@ if xrandr | grep 'HDMI-1 connected'; then
xrandr --output LVDS-1 --off
xrandr --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal
xrandr --output DP-1 --off
- xrandr --output VGA-1 --mode 1440x900 --pos 1920x90 --rotate normal
+ xrandr --output VGA-1 --mode 1440x900 --right-of HDMI-1 --rotate normal
xrandr --output HDMI-2 --off
xrandr --output HDMI-3 --off
xrandr --output DP-2 --off