firestarter: Fix wallpaper script
This commit is contained in:
parent
278ec4745a
commit
1f28d5ea1d
@ -1,7 +1,7 @@
|
||||
#.fsdefaults
|
||||
[ -z "$DISPLAY" ]
|
||||
:
|
||||
command -v hsetroot && [ -r "~/.tile" ] && [ -r "~/.center" ]
|
||||
command -v hsetroot && [ -r ~/.tile ] && [ -r ~/.center ]
|
||||
hsetroot -tile "/home/salt/.tile" -center "/home/salt/.center"
|
||||
command -v feh && [ -r "/home/salt/.fehbg" ]
|
||||
~/.fehbg
|
||||
|
Loading…
Reference in New Issue
Block a user