diff options
Diffstat (limited to 'XServer')
-rw-r--r-- | XServer/.xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XServer/.xinitrc b/XServer/.xinitrc index a7578ce..9a9ea50 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -8,8 +8,8 @@ xset s 1800; xrandr --auto --output HDMI1 --primary; xrandr --auto --output eDP1 --right-of HDMI1; -xrandr --auto --output VGA1 --primary --left-of DP2; -xrandr --auto --output DP2 left; +xrandr --auto --output VGA1 --primary --left-of DP1; +xrandr --auto --output DP1; $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & $HOME/.local/scripts/background & |