all repos — fluxbox @ d4374f5d25bdd94ad037b178a82a6f4ac2d48556

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

d4374f5d25bdd94ad037b178a82a6f4ac2d48556

parent

018599a9fe00cb5a9c1af418dcab3e6c8507e37d

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

jump to
M READMEREADME

@@ -21,7 +21,7 @@ To disable tabs and/or iconbar just change it in configure menu.

To use your own configuration: Create a directorory, in your homedir, called .fluxbox -and copy: init, titlebar and menu from fluxbox datapath. +and copy: init, keys and menu from fluxbox datapath. Dont forget to change session.menuFile and session.titlebarFile in the file init.
M configure.inconfigure.in

@@ -1,7 +1,7 @@

dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 dnl Initialize autoconf and automake AC_INIT(src/main.cc) -AM_INIT_AUTOMAKE(fluxbox,0.1.7-pre,no-define) +AM_INIT_AUTOMAKE(fluxbox,0.1.7,no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix"

@@ -230,7 +230,7 @@ GNOME=""

AC_MSG_CHECKING([whether to have GNOME support]) AC_ARG_ENABLE( gnome, -[ --enable-gnome GNOME support [default=no] (DEVELOPMENT)], +[ --enable-gnome GNOME support [default=no]], if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) GNOME="-DGNOME"
M data/init.indata/init.in

@@ -24,11 +24,10 @@ session.screen0.tab.width: 64

session.screen0.tab.height: 16 session.opaqueMove: False session.autoRaiseDelay: 250 -session.menuFile: @pkgdatadir@/menu +session.menuFile: ~/.fluxbox/menu session.cacheLife: 5 session.styleFile: @pkgdatadir@/styles/Clean -session.titlebarFile: @pkgdatadir@/titlebar -session.keyFile: @pkgdatadir@/keys +session.keyFile: ~/.fluxbox/keys session.colorsPerChannel: 4 session.doubleClickInterval: 250 session.cacheMax: 200