diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-09 00:49:53 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-09 00:49:53 +0400 |
| commit | acff25c75734f002c35e3315e77f1181f4fbbf3c (patch) | |
| tree | de2d0a6d4386a6f7a4d2d734c80bc3433772da10 /config/x11 | |
| parent | a6e9bf0c19e818feee061c664efd1f3728ec843b (diff) | |
fix(xinitrc): do not set wallpaper when starting x session
Diffstat (limited to 'config/x11')
| -rw-r--r-- | config/x11/xinitrc | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
