From ae1a00bbe36cb36daf2d2cc2a9af64edda037582 Mon Sep 17 00:00:00 2001
From: Aryadev Chavali <aryadev@aryadevchavali.com>
Date: Fri, 25 Aug 2023 18:04:09 +0100
Subject: (XServer)~change monitor positions,-disable fade in for picom

---
 XServer/.xinitrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'XServer')

diff --git a/XServer/.xinitrc b/XServer/.xinitrc
index 52593e5..c5e25a6 100644
--- a/XServer/.xinitrc
+++ b/XServer/.xinitrc
@@ -9,13 +9,13 @@ xset s 1800;
 xrandr --auto --output HDMI1 --primary;
 xrandr --auto --output eDP1  --right-of HDMI1;
 xrandr --auto --output VGA1  --primary --mode 1920x1080;
-xrandr --auto --output DP1   --right-of VGA1 --mode 1280x1024;
+xrandr --auto --output DP1   --left-of VGA1 --mode 1280x1024;
 
 $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
 $HOME/.local/scripts/background &
 
 dunst &
-picom --backend glx --vsync &
+picom --backend glx --vsync --no-fading-openclose &
 sxhkd &
 dwmblocks &
 
-- 
cgit v1.2.3-13-gbd6f