diff options
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,6 +16,7 @@ unclutter --fork --start-hidden numlockx xset dpms 0 0 0 xset s off -~/.fehbg + +[ -f ~/.fehbg ] && sh ~/.fehbg || feh --no-fehbg --bg-fill "$HOME/rice/wallpaper.jpg" exec dwm |