all repos — openbox @ 41a1f89613b72dd0006441a21213d4eb7ffa1cb7

openbox fork - make it a bit more like ryudo

make --debug-focus and --debug-session only show their appropriate messages so you can filter easier
Dana Jansens danakj@orodu.net
commit

41a1f89613b72dd0006441a21213d4eb7ffa1cb7

parent

d78ae0546dae17eda6084a1bd33e63637ba802e5

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

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

@@ -580,13 +580,9 @@ ob_debug_enable(OB_DEBUG_NORMAL, TRUE);

ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE); } else if (!strcmp(argv[i], "--debug-focus")) { - ob_debug_enable(OB_DEBUG_NORMAL, TRUE); - ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE); ob_debug_enable(OB_DEBUG_FOCUS, TRUE); } else if (!strcmp(argv[i], "--debug-session")) { - ob_debug_enable(OB_DEBUG_NORMAL, TRUE); - ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE); ob_debug_enable(OB_DEBUG_SM, TRUE); } else if (!strcmp(argv[i], "--debug-xinerama")) {