fluxbox: tweak config. start by default

This commit is contained in:
Stefan Saraev 2014-03-16 20:17:27 +02:00
parent 0c81e08a11
commit d213be3038
2 changed files with 6 additions and 1 deletions

View File

@ -3,9 +3,10 @@
session.keyFile: /storage/.fluxbox/keys session.keyFile: /storage/.fluxbox/keys
session.configVersion: 13 session.configVersion: 13
session.screen0.defaultDeco: NONE
session.screen0.rootCommand: fbsetroot -solid black session.screen0.rootCommand: fbsetroot -solid black
session.screen0.autoRaise: True session.screen0.autoRaise: True
session.screen0.fullMaximization: True session.screen0.fullMaximization: True
session.screen0.workspaces: 0 session.screen0.workspaces: 0
session.screen0.focusModel: StrictMouseFocus session.screen0.focusModel: StrictMouseFocus
session.screen0.focusNewWindows: True
session.screen0.focusLastWindow: True

View File

@ -45,6 +45,10 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_realloc_0_nonnull=yes \
--disable-nls \ --disable-nls \
--disable-imlib2" --disable-imlib2"
post_install() {
enable_service windowmanager.service
}
post_makeinstall_target() { post_makeinstall_target() {
rm -rf $INSTALL/usr/bin/fbrun rm -rf $INSTALL/usr/bin/fbrun
rm -rf $INSTALL/usr/bin/fbsetbg rm -rf $INSTALL/usr/bin/fbsetbg