all repos — openbox @ dba2fa3d712d63218f90071a3638fbddeb08237d

openbox fork - make it a bit more like ryudo

disable startup notification by default
Mikael Magnusson mikachu@comhem.se
commit

dba2fa3d712d63218f90071a3638fbddeb08237d

parent

7b7f158088fa548791922b7cf133e507d3873656

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M configure.acconfigure.ac

@@ -107,11 +107,11 @@ AC_SUBST(XML_LIBS)

AC_ARG_ENABLE(startup-notification, AC_HELP_STRING( - [--disable-startup-notification], - [disable the startup notification library. [[default=yes]]] + [--enable-startup-notification], + [enable the startup notification library. [[default=no]]] ), [enable_sn=$enableval], - [enable_sn=yes] + [enable_sn=no] ) if test "$enable_sn" = yes; then