all repos — openbox @ ae85462f2bf0812755a29ea17080b14f681acaf4

openbox fork - make it a bit more like ryudo

if openbox isn't running, show messages on the console rather than just losing them (like when another WM is running)
Dana Jansens danakj@orodu.net
commit

ae85462f2bf0812755a29ea17080b14f681acaf4

parent

3bd4397b6ec5212bfe53a36892746962dc45dbeb

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

jump to
M openbox/debug.copenbox/debug.c

@@ -136,6 +136,8 @@ const gchar *message, gpointer data)

{ if (ob_state() == OB_STATE_RUNNING) prompt_show_message(message, _("Openbox"), _("Close")); + else + log_handler(log_domain, log_level, message, data); } static inline void log_argv(ObDebugType type,