Magellan Linux

Contents of /trunk/fluxbox/patches/fluxbox-1.3.7-xwallpaper.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3795 - (show annotations) (download)
Mon Oct 30 13:40:48 2023 UTC (6 months ago) by niro
File size: 906 byte(s)
-added patch to use xwallpaper as default wpsetter
1 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='--maximize'
19 + tile='--tile'
20 + center='--center'
21 + aspect='--focus'
22 + debugstory=$standardok
23 + ;;
24 wmsetbg)
25 full='-s -S'
26 tile='-t'