diff options
author | Felix Crux <crux@google.com> | 2011-11-03 17:21:55 -0400 |
---|---|---|
committer | Felix Crux <crux@google.com> | 2011-11-03 17:21:55 -0400 |
commit | 476f50ab454e6b8043149fc34313fcc771c7b555 (patch) | |
tree | 0d23bd63fc293ef590a29e4777a72f31e94d76c3 /man | |
parent | ed1195323634447d7b0256141111638a18ae4e60 (diff) |
Adds an option --bg-no-bgfile that prevents the writing of a ~/.fehbg file.
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man/feh.pre b/man/feh.pre index c2c1f00..fe4c92c 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -667,8 +667,8 @@ be printed. .Sh BACKGROUND SETTING . .Nm -can also be used as a background setter. It will store the command line -necessary to set the background in +can also be used as a background setter. Unless you pass the --bg-no-bgfile +option, it will store the command line necessary to set the background in .Pa ~/.fehbg , so to have your background restored everytime you start X, you can add .Qq eval $(cat ~/.fehbg) @@ -726,6 +726,12 @@ Tile .Pq repeat the image in case it is too small for the screen . +.It Cm --bg-no-bgfile +. +Do not write a +.Pa ~/.fehbg +file +. .El . . |