10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
#.fsdefaults
|
|
[ -z "$DISPLAY" ]
|
|
:
|
|
command -v hsetroot && [ -r ~/.config/firestarter/tile.png ] && [ -r ~/.config/firestarter/center.png ]
|
|
hsetroot -tile "/home/salt/.config/firestarter/tile.png" -center "/home/salt/.config/firestarter/center.png"
|
|
command -v feh && [ -r "/home/salt/.fehbg" ]
|
|
~/.fehbg
|
|
command -v nitrogen
|
|
nitrogen --restore
|