mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fluxbox: tweak config. start by default
This commit is contained in:
parent
0c81e08a11
commit
d213be3038
@ -3,9 +3,10 @@
|
||||
|
||||
session.keyFile: /storage/.fluxbox/keys
|
||||
session.configVersion: 13
|
||||
session.screen0.defaultDeco: NONE
|
||||
session.screen0.rootCommand: fbsetroot -solid black
|
||||
session.screen0.autoRaise: True
|
||||
session.screen0.fullMaximization: True
|
||||
session.screen0.workspaces: 0
|
||||
session.screen0.focusModel: StrictMouseFocus
|
||||
session.screen0.focusNewWindows: True
|
||||
session.screen0.focusLastWindow: True
|
||||
|
@ -45,6 +45,10 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_realloc_0_nonnull=yes \
|
||||
--disable-nls \
|
||||
--disable-imlib2"
|
||||
|
||||
post_install() {
|
||||
enable_service windowmanager.service
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/bin/fbrun
|
||||
rm -rf $INSTALL/usr/bin/fbsetbg
|
||||
|
Loading…
x
Reference in New Issue
Block a user