all repos — openbox @ 78add1707740be7a3111b8400271cfb0643a5dda

openbox fork - make it a bit more like ryudo

hide the desktop popup when showing the directional focus popup too
Dana Jansens danakj@orodu.net
commit

78add1707740be7a3111b8400271cfb0643a5dda

parent

57b50c3ec9c0449b7cb85e63f45a6af16228934d

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

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

@@ -520,6 +520,7 @@

text = popup_get_name(c); icon_popup_show(single_popup, text, client_icon(c, ICON_SIZE, ICON_SIZE)); g_free(text); + screen_hide_desktop_popup(); } void focus_cycle_popup_single_hide()