Merge pull request #1142 from escalade/fluxbox_maximize

fluxbox: start applications maximized by default
This commit is contained in:
Christian Hewitt 2017-01-08 10:01:49 +04:00 committed by GitHub
commit 1a45583543
2 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,3 @@
[app] (name=.*)
[maximized] {yes}
[end]

View File

@ -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/
}