aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--XServer/.xinitrc4
1 files changed, 2 insertions, 2 deletions
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 &