summaryrefslogtreecommitdiff
path: root/X11
diff options
context:
space:
mode:
Diffstat (limited to 'X11')
-rwxr-xr-xX11/xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/X11/xinit b/X11/xinit
index 6c87ddc..adbbbfd 100755
--- a/X11/xinit
+++ b/X11/xinit
@@ -13,8 +13,8 @@ xrandr -s 1920x1080 -r 144 & # target screen resolution
xset r rate 300 30 & # key repeat delay and speed
xset b off # disable bell
-xrdb merge ~/.Xresources # asset resources
-picom --backend glx & # compositor
+xrdb merge ~/.Xresources # asset resources
+picom --no-vsync --backend glx --unredir-if-possible & # compositor
# #
# ## more stuff ## #