]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
add <dialog><focus/><desktop/> to allow disabling popups
[chaz/openbox] / openbox / focus.c
index 740ce07bda605eead2fef130a61a528570a10231..eac0dce1ce6435cf7bc41cb53977446fc08db950 100644 (file)
@@ -237,7 +237,7 @@ void focus_fallback(ObFocusFallbackType type)
 
 static void popup_cycle(ObClient *c, gboolean show)
 {
-    if (!show) {
+    if (!show || !config_dialog_focus) {
         icon_popup_hide(focus_cycle_popup);
     } else {
         Rect *a;
This page took 0.019757 seconds and 4 git commands to generate.