all repos — openbox @ 411cc1d1d9e0c7ad07fe6bce548ccf101a2f4c7a

openbox fork - make it a bit more like ryudo

use actions for raising
Dana Jansens danakj@orodu.net
commit

411cc1d1d9e0c7ad07fe6bce548ccf101a2f4c7a

parent

54b8eb3bf321190702b0515502e98c9287e6221b

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

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

@@ -2289,7 +2289,7 @@ if (!donthide)

client_showhide(self); /* raise if it was not already on the desktop */ if (old != DESKTOP_ALL) - stacking_raise(CLIENT_AS_WINDOW(self)); + action_run_string("Raise", self); screen_update_areas(); /* add to the new desktop(s) */