diff options
author | skizzhg <skizzhg@gmx.com> | 2011-04-11 15:23:34 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-04-11 15:46:26 (GMT) |
commit | fbf5ce8b30f6abef090cc7b61f5d486b847ff0e6 (patch) | |
tree | 5da450058a0fac010a80850131b6a93ad765468d /util | |
parent | a83cedf37e27b6f81087ab9f98c628b1e961d016 (diff) | |
download | fluxbox_paul-fbf5ce8b30f6abef090cc7b61f5d486b847ff0e6.zip fluxbox_paul-fbf5ce8b30f6abef090cc7b61f5d486b847ff0e6.tar.bz2 |
Changed fbsetbg's tips to the new behaviour.
Diffstat (limited to 'util')
-rw-r--r-- | util/fbsetbg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index 12176d7..0bdb804 100644 --- a/util/fbsetbg +++ b/util/fbsetbg | |||
@@ -122,10 +122,10 @@ Common tips to use with $command: | |||
122 | 122 | ||
123 | perl -pi -e 's,([^f]|^)bsetbg,$command,' filename | 123 | perl -pi -e 's,([^f]|^)bsetbg,$command,' filename |
124 | 124 | ||
125 | 2) If you want the style to set the wallpaper and you want $command to | 125 | 2) If you want to set the wallpaper and you want $command to |
126 | remember the previous wallpaper put this in your ~/.fluxbox/init | 126 | remember the previous wallpaper put this in your ~/.fluxbox/overlay |
127 | 127 | ||
128 | session.screen0.rootCommand: $command -l | 128 | background: none |
129 | 129 | ||
130 | 3) Use $command -i to find out what wallpapersetter $command will be | 130 | 3) Use $command -i to find out what wallpapersetter $command will be |
131 | used and what $command thinks about it. | 131 | used and what $command thinks about it. |