all repos — openbox @ 36effc5ab7cc1fb656d2547a291ffe57e4cef44c

openbox fork - make it a bit more like ryudo

enable startup notification by default.
Dana Jansens danakj@orodu.net
commit

36effc5ab7cc1fb656d2547a291ffe57e4cef44c

parent

e6fba914766dc9d41c6da88a9f8803567e2078c4

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

jump to
M configure.acconfigure.ac

@@ -85,10 +85,10 @@

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