summaryrefslogtreecommitdiff
path: root/X11/xinit
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2026-08-04 01:21:17 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2026-08-04 01:21:17 +0300
commit9763dd58e32f5f4726dc0188ee9a0c17147be466 (patch)
tree8311166c6777d9806bf789974c0dce05234b3de7 /X11/xinit
parent8579e0cdb54b5305bfbe167d19dea89b12f76575 (diff)
New way of doing some things I guess.HEADmaster
Changes to be committed: modified: Vencord/settings/settings.json modified: X11/xinit modified: appimageupdate deleted: backlight modified: btop/btop.conf modified: clockpower modified: htop/htoprc modified: keybinds modified: lock modified: nvim/init.vim deleted: qBittorrent/ICEBERG.qbtheme deleted: qBittorrent/ayuDark.qbtheme deleted: vpn modified: xrec modified: zsh/aliases modified: zsh/env modified: zsh/zshrc
Diffstat (limited to 'X11/xinit')
-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 ## #