mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fluxbox: start applications maximized by default
This commit is contained in:
parent
3adb69f04f
commit
488198733b
3
packages/x11/other/fluxbox/config/apps
Normal file
3
packages/x11/other/fluxbox/config/apps
Normal file
@ -0,0 +1,3 @@
|
||||
[app] (name=.*)
|
||||
[maximized] {yes}
|
||||
[end]
|
@ -41,8 +41,6 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_realloc_0_nonnull=yes \
|
||||
--disable-xpm \
|
||||
--disable-xft \
|
||||
--disable-fribidi \
|
||||
--disable-remember \
|
||||
--disable-regexp \
|
||||
--disable-debug \
|
||||
--disable-test \
|
||||
--disable-nls \
|
||||
@ -60,9 +58,8 @@ post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/bin/startfluxbox
|
||||
|
||||
rm -rf $INSTALL/usr/share/fluxbox/styles
|
||||
rm -rf $INSTALL/usr/share/fluxbox/init
|
||||
rm -rf $INSTALL/usr/share/fluxbox/keys
|
||||
|
||||
cp $PKG_DIR/config/apps $INSTALL/usr/share/fluxbox/
|
||||
cp $PKG_DIR/config/init $INSTALL/usr/share/fluxbox/
|
||||
cp $PKG_DIR/config/keys $INSTALL/usr/share/fluxbox/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user