diff options
Diffstat (limited to '')
-rwxr-xr-x | .fehbg | 2 | ||||
-rw-r--r-- | .xinitrc | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -1,2 +0,0 @@ -#!/bin/sh -feh --no-fehbg --bg-fill "$HOME/rice/wallpaper.jpg" @@ -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 |