From ab1fe62c1d786ead703c4611c3778a98b446f690 Mon Sep 17 00:00:00 2001 From: AngeD Date: Wed, 15 Feb 2023 07:59:42 +0100 Subject: [PATCH] feat: default multi monitors layout --- .xinitrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.xinitrc b/.xinitrc index 5ae4844..5f93734 100644 --- a/.xinitrc +++ b/.xinitrc @@ -8,9 +8,9 @@ numlockx LAPTOP_SCREEN="$(xrandr --listmonitors | grep eDP | awk '{print $4}')" xrandr \ - --output "${LAPTOP_SCREEN}" --mode 1920x1080 --rate 60 --primary -# --output DisplayPort-1-1 --auto --pos 1920x0 \ -# --output DisplayPort-1-2 --auto --pos 3840x0 + --output "${LAPTOP_SCREEN}" --mode 1920x1080 --rate 60 --primary \ + --output DisplayPort-1-1 --auto --pos 1920x0 \ + --output DisplayPort-1-2 --auto --pos 3840x0 ) # startup @@ -21,7 +21,7 @@ feh --bg-tile "$XDG_CONFIG_HOME/wallpapers/landscape.png" --no-fehbg dunst & sbar & -xset dpms 300 15 # dim 5m, lock 5m15s -xss-lock lock & +xset dpms 300 # lock 5m +xss-lock -- lock & exec dbus-launch dwm