update
This commit is contained in:
parent
018599a9fe
commit
d4374f5d25
3 changed files with 5 additions and 6 deletions
2
README
2
README
|
@ -21,7 +21,7 @@ To disable tabs and/or iconbar just change it in configure menu.
|
||||||
|
|
||||||
To use your own configuration:
|
To use your own configuration:
|
||||||
Create a directorory, in your homedir, called .fluxbox
|
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
|
Dont forget to change session.menuFile and session.titlebarFile
|
||||||
in the file init.
|
in the file init.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1
|
dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1
|
||||||
dnl Initialize autoconf and automake
|
dnl Initialize autoconf and automake
|
||||||
AC_INIT(src/main.cc)
|
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
|
dnl Determine default prefix
|
||||||
test x$prefix = "xNONE" && prefix="$ac_default_prefix"
|
test x$prefix = "xNONE" && prefix="$ac_default_prefix"
|
||||||
|
@ -230,7 +230,7 @@ GNOME=""
|
||||||
AC_MSG_CHECKING([whether to have GNOME support])
|
AC_MSG_CHECKING([whether to have GNOME support])
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
gnome,
|
gnome,
|
||||||
[ --enable-gnome GNOME support [default=no] (DEVELOPMENT)],
|
[ --enable-gnome GNOME support [default=no]],
|
||||||
if test x$enableval = "xyes"; then
|
if test x$enableval = "xyes"; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
GNOME="-DGNOME"
|
GNOME="-DGNOME"
|
||||||
|
|
|
@ -24,11 +24,10 @@ session.screen0.tab.width: 64
|
||||||
session.screen0.tab.height: 16
|
session.screen0.tab.height: 16
|
||||||
session.opaqueMove: False
|
session.opaqueMove: False
|
||||||
session.autoRaiseDelay: 250
|
session.autoRaiseDelay: 250
|
||||||
session.menuFile: @pkgdatadir@/menu
|
session.menuFile: ~/.fluxbox/menu
|
||||||
session.cacheLife: 5
|
session.cacheLife: 5
|
||||||
session.styleFile: @pkgdatadir@/styles/Clean
|
session.styleFile: @pkgdatadir@/styles/Clean
|
||||||
session.titlebarFile: @pkgdatadir@/titlebar
|
session.keyFile: ~/.fluxbox/keys
|
||||||
session.keyFile: @pkgdatadir@/keys
|
|
||||||
session.colorsPerChannel: 4
|
session.colorsPerChannel: 4
|
||||||
session.doubleClickInterval: 250
|
session.doubleClickInterval: 250
|
||||||
session.cacheMax: 200
|
session.cacheMax: 200
|
||||||
|
|
Loading…
Reference in a new issue