]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xinitrc: Improve ~/.fehbg comment.
authorSimon Ruderich <simon@ruderich.org>
Fri, 23 Nov 2012 20:07:12 +0000 (21:07 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 23 Nov 2012 20:07:12 +0000 (21:07 +0100)
xinitrc

diff --git a/xinitrc b/xinitrc
index 35bbe22f6157952d17fd9bf583f040198f3598ee..a18974c02fb788aee3f7b482b3fa2fc58b14e1b4 100755 (executable)
--- 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