summaryrefslogtreecommitdiff
path: root/config/x11/xinitrc
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-08-30 01:06:11 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-08-30 01:06:11 +0400
commit96a1ad7fa173d2ee317cec59c9247dc6428f3542 (patch)
treefd563429301f9baa2ba1c74cd9c6ab8357cf9dbe /config/x11/xinitrc
parent2762a6212e089ca1b3e1a4e241a5be299c7c1dee (diff)
style(xinitrc): align commentsHEADmaster
Diffstat (limited to 'config/x11/xinitrc')
-rw-r--r--config/x11/xinitrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc
index f874be6..5057ae3 100644
--- a/config/x11/xinitrc
+++ b/config/x11/xinitrc
@@ -17,13 +17,13 @@ fi
dunst &
picom &
-setxkbmap -option "caps:ctrl_modifier" # Map Caps Lock to Ctrl
-setxkbmap us # Set US keyboard layout
+setxkbmap -option "caps:ctrl_modifier" # Map Caps Lock to Ctrl
+setxkbmap us # Set US keyboard layout
slstatus &
-swall # Set a wallpaper
-unclutter & # Hide mouse cursor if inactive
-xgamma -gamma 0.8 # Change gamma
-xset r rate 300 50 # Increase cursor speed
-xset s off && xset -dpms # Disable screen blackening
+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
+xset s off && xset -dpms # Disable screen blackening
exec dwm