aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--util/fbsetbg10
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index da7a447..62aec1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.4: 2Changes for 0.9.4:
3*03/06/29:
4 * Add chbg support to fbsetbg (Thanks Han)
5 fbsetbg
3*03/06/28: 6*03/06/28:
4 * Fix slit netizens (e.g. withdrawn pager) (Simon) 7 * Fix slit netizens (e.g. withdrawn pager) (Simon)
5 Slit.cc WinClient.cc Screen.cc 8 Slit.cc WinClient.cc Screen.cc
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
42wpsetters='Esetroot wmsetbg display qiv xv xsri xli xsetbg' # broken icewmbg' 42wpsetters='chbg Esetroot wmsetbg display qiv xv xsri xli xsetbg' # broken icewmbg'
43lastwallpaper=${HOME}/.fluxbox/lastwallpaper 43lastwallpaper=${HOME}/.fluxbox/lastwallpaper
44 44
45 45
@@ -144,6 +144,12 @@ xchat won't work right with it. Consider using wmsetbg (from windowmaker)
144or Esetroot (from Eterm)" 144or Esetroot (from Eterm)"
145 145
146case $WPSETTER in 146case $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'