From ac9b93240c33acb1ea6954a6c09ecb00ada16e9c Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 10 Jul 2021 21:22:52 +0100 Subject: (XServer)+xrandr records for oldboy desktop My desktop uses VGA and display port for it's outputs, distinct from the Laptops outputs. Hence we can setup all xrandr records in one go and be fine for the ride. --- XServer/.xinitrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/XServer/.xinitrc b/XServer/.xinitrc index edc9f7b..324b8e8 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -5,8 +5,11 @@ killall sxhkd; sh .xprofile; xset s 1800; -xrandr --output HDMI1 --primary; -xrandr --output eDP1 --right-of HDMI1; + +xrandr --auto --output HDMI1 --primary; +xrandr --auto --output eDP1 --right-of HDMI1; +xrandr --auto --output VGA1 --primary --left-of DP2; +xrandr --auto --output DP2 --rotate left; $(xss-lock --transfer-sleep-lock -- lock) & $HOME/.local/scripts/background & -- cgit v1.2.3-13-gbd6f