mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge pull request #1142 from escalade/fluxbox_maximize
fluxbox: start applications maximized by default
This commit is contained in:
commit
1a45583543
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-xpm \
|
||||||
--disable-xft \
|
--disable-xft \
|
||||||
--disable-fribidi \
|
--disable-fribidi \
|
||||||
--disable-remember \
|
|
||||||
--disable-regexp \
|
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-test \
|
--disable-test \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
@ -60,9 +58,8 @@ post_makeinstall_target() {
|
|||||||
rm -rf $INSTALL/usr/bin/startfluxbox
|
rm -rf $INSTALL/usr/bin/startfluxbox
|
||||||
|
|
||||||
rm -rf $INSTALL/usr/share/fluxbox/styles
|
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/init $INSTALL/usr/share/fluxbox/
|
||||||
cp $PKG_DIR/config/keys $INSTALL/usr/share/fluxbox/
|
cp $PKG_DIR/config/keys $INSTALL/usr/share/fluxbox/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user