From acff25c75734f002c35e3315e77f1181f4fbbf3c Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 9 Nov 2025 00:49:53 +0400 Subject: fix(xinitrc): do not set wallpaper when starting x session --- config/x11/xinitrc | 1 - 1 file changed, 1 deletion(-) diff --git a/config/x11/xinitrc b/config/x11/xinitrc index 02c7f1a..1888136 100644 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -22,7 +22,6 @@ dcheck_mail & setxkbmap -option "caps:ctrl_modifier" # Map Caps Lock to Ctrl setxkbmap us # Set US keyboard layout slstatus & -swall -d "$HOME/.config/wallpapers/current" # Set a wallpaper unclutter & # Hide mouse cursor if inactive xgamma -gamma 0.8 # Change gamma xset r rate 300 50 # Increase cursor speed -- cgit v1.2.3