From: Simon Ruderich Date: Fri, 23 Nov 2012 20:07:12 +0000 (+0100) Subject: xinitrc: Improve ~/.fehbg comment. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=ce7bdd43e8e4bac208416d75012e5246e6a30a46 xinitrc: Improve ~/.fehbg comment. --- diff --git a/xinitrc b/xinitrc index 35bbe22..a18974c 100755 --- a/xinitrc +++ b/xinitrc @@ -60,6 +60,8 @@ if test -f "$HOME/.background" && test -n "$set_background"; then hsetroot -full "$HOME/.background" elif test -x /usr/bin/feh; then feh --bg-scale "$HOME/.background" + # Remove the unnecessary ~/.fehbg file created by `feh`. I don't want + # to restore the background, I just run `feh` on each startx run. # --no-fehbg is only available in recent feh releases. rm -f "$HOME/.fehbg" fi