all repos — fluxbox @ 499b0655b917241314279acceb9a86bc975ab077

custom fork of the fluxbox windowmanager

small changes from fbsd
mathias mathias
commit

499b0655b917241314279acceb9a86bc975ab077

parent

42afb461691ab184263606d93809d0a11e5b8600

3 files changed, 6 insertions(+), 3 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,8 @@

(Format: Year/Month/Day) Changes for 0.9.15: +*05/10/12: + * Small changes, coming from fbsd-ports (thanx Jeremy Messenger <mezz at FreeBSD dot org>) + util/fluxbox-generate_menu.in util/startfluxbox.in *05/10/04: * Avoid drawing the resize outline if not really resizing (Mathias) Window.cc
M util/fluxbox-generate_menu.inutil/fluxbox-generate_menu.in

@@ -1166,8 +1166,8 @@ # Options for fbrun

# FBRUNOPTIONS='-font 10x20 -fg grey -bg black -title run' # --- PREFIX'es -# These are prefixes; So if fluxbox is installed in /usr/bin/fluxbox -# your prefix is: /usr +# These are prefixes; So if fluxbox is installed in @PREFIX@/bin/fluxbox +# your prefix is: @PREFIX@ # fluxbox-generate already looks in /usr/X11R6, /usr, /usr/local and /opt so # there should be no need to specify them.
M util/startfluxbox.inutil/startfluxbox.in

@@ -29,7 +29,7 @@ elif [ -r "$startup" ]; then

exec sh "$startup" else if [ ! -d ~/.fluxbox ]; then - mkdir -p ~/.fluxbox/{backgrounds,styles,pixmaps} + mkdir -p ~/.fluxbox/backgrounds ~/.fluxbox/styles ~/.fluxbox/pixmaps fi if [ ! -r "$startup" ]; then ( cat << EOF