all repos — openbox @ aeac6294a3c45c10d04f108a6fc767298132735c

openbox fork - make it a bit more like ryudo

Show the desktop popup as long as the interactive desktop switch is active
Dana Jansens danakj@orodu.net
commit

aeac6294a3c45c10d04f108a6fc767298132735c

parent

501943b53d68821a752ceda3fbd9b64bbcae4a4c

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

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

@@ -949,6 +949,8 @@ obt_main_loop_timeout_add(ob_main_loop,

config_desktop_popup_time * 1000, hide_desktop_popup_func, desktop_popup, g_direct_equal, NULL); + if (perm) + desktop_popup_perm = TRUE; g_free(a); }