From 42b32e124408d1b040763eaa6b6b51e8d4d82b60 Mon Sep 17 00:00:00 2001 From: druckdev Date: Wed, 27 Jan 2021 02:09:33 +0100 Subject: [PATCH] i3:monitor-setup: Place primary monitor left --- .config/i3/monitor-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/monitor-setup.sh b/.config/i3/monitor-setup.sh index f928f71..29d1009 100755 --- a/.config/i3/monitor-setup.sh +++ b/.config/i3/monitor-setup.sh @@ -2,7 +2,7 @@ if [ 1 -lt "$(xrandr -q | grep " connected" | wc -l)" ]; then # scale second monitor to 3200x1800 and put to the left - xrandr --output eDP1 --auto --pos 3200x0 --primary --output DP1 --auto --scale-from 3200x1800 --pos 0x0 --fb 6400x1800 + xrandr --output eDP1 --auto --pos 0x0 --primary --output DP1 --auto --scale-from 3200x1800 --pos 3200x0 --fb 6400x1800 feh --bg-scale --no-fehbg "$HOME"/pics/wallpapers/wallpaper killall -q polybar while pgrep -x polybar >/dev/null; do sleep 1; done