diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/fbsetbg | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index 045e172..e438494 100644 --- a/util/fbsetbg +++ b/util/fbsetbg | |||
@@ -23,7 +23,7 @@ | |||
23 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | 23 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
24 | # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 24 | # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
25 | # | 25 | # |
26 | # $Id: fbsetbg,v 1.7 2003/06/06 02:18:34 rathnor Exp $ | 26 | # $Id: fbsetbg,v 1.8 2003/06/29 08:22:24 rathnor Exp $ |
27 | 27 | ||
28 | # | 28 | # |
29 | # Portability notes: | 29 | # Portability notes: |
@@ -39,7 +39,7 @@ | |||
39 | # | 39 | # |
40 | 40 | ||
41 | # The wallpapersetter is selected in this order | 41 | # The wallpapersetter is selected in this order |
42 | wpsetters='Esetroot wmsetbg display qiv xv xsri xli xsetbg' # broken icewmbg' | 42 | wpsetters='chbg Esetroot wmsetbg display qiv xv xsri xli xsetbg' # broken icewmbg' |
43 | lastwallpaper=${HOME}/.fluxbox/lastwallpaper | 43 | lastwallpaper=${HOME}/.fluxbox/lastwallpaper |
44 | 44 | ||
45 | 45 | ||
@@ -144,6 +144,12 @@ xchat won't work right with it. Consider using wmsetbg (from windowmaker) | |||
144 | or Esetroot (from Eterm)" | 144 | or Esetroot (from Eterm)" |
145 | 145 | ||
146 | case $WPSETTER in | 146 | case $WPSETTER in |
147 | chbg) | ||
148 | full='-once -mode maximize' | ||
149 | tile='-once -mode tile' | ||
150 | center='-once -mode center' | ||
151 | aspect='-once -mode smart -max_grow 100 -max_size 100' | ||
152 | debugstory="chbg is a nice app. You won't have any problems." | ||
147 | xsri) | 153 | xsri) |
148 | full='--center-x --center-y --scale-width=100 --scale-width=100' | 154 | full='--center-x --center-y --scale-width=100 --scale-width=100' |
149 | tile='--tile' | 155 | tile='--tile' |