diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-04-29 06:57:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-04-29 06:57:17 +0200 |
commit | f1f2df16bacebc8df1f1779a3a50e6035d488f5d (patch) | |
tree | cb87b0d84c1da363b2dbf5e027beb4ca0f97d75d /man/feh.pre | |
parent | bb6d184404105cee94d3fe109bc818f9c5f0b517 (diff) |
feh(1): .fehbg needs eval
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/feh.pre b/man/feh.pre index e2fda9f..3a3fcd5 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -663,7 +663,7 @@ can also be used as a background setter. 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 `cat ~/.fehbg` +.Qq `eval cat ~/.fehbg` to your X startup script .Pq like Pa ~/.xinitrc . . |