Magellan Linux

Annotation of /trunk/fluxbox/patches/fluxbox-1.3.7-xwallpaper-2.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3798 - (hide annotations) (download)
Wed Nov 22 12:24:58 2023 UTC (7 months ago) by niro
File size: 902 byte(s)
-use --zoom instead of --maximaze for the fbsetbg full mode
1 niro 3798 diff -Naur fluxbox-1.3.7/util/fbsetbg fluxbox-1.3.7-xwallpaper/util/fbsetbg
2     --- fluxbox-1.3.7/util/fbsetbg 2015-02-08 11:44:45.377187009 +0100
3     +++ fluxbox-1.3.7-xwallpaper/util/fbsetbg 2023-10-30 14:38:11.332637611 +0100
4     @@ -44,7 +44,7 @@
5     # _NET_CURRENT_DESKTOP
6    
7     # The wallpapersetter is selected in this order
8     -wpsetters="${wpsetters:=Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg'
9     +wpsetters="${wpsetters:=xwallpaper Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg'
10     lastwallpaper="${HOME}/.fluxbox/lastwallpaper"
11    
12    
13     @@ -409,6 +409,13 @@
14     aspect='-fit'
15     debugstory=$standardok
16     ;;
17     + xwallpaper)
18     + full='--zoom'
19     + tile='--tile'
20     + center='--center'
21     + aspect='--focus'
22     + debugstory=$standardok
23     + ;;
24     wmsetbg)
25     full='-s -S'
26     tile='-t'