all repos — openbox @ bd15aab855a6c62afb7e4b1648714e13d22520ec

openbox fork - make it a bit more like ryudo

put the transient's title before the parent's in the focus popup
Dana Jansens danakj@orodu.net
commit

bd15aab855a6c62afb7e4b1648714e13d22520ec

parent

9cc08630ca94b688ec36806e3e6590a7a52ead11

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

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

@@ -268,9 +268,9 @@

if (p == c) title = NULL; else - title = g_strconcat((p->iconic ? p->icon_title : p->title), + title = g_strconcat((c->iconic ? c->icon_title : c->title), " - ", - (c->iconic ? c->icon_title : c->title), + (p->iconic ? p->icon_title : p->title), NULL); popup_show(focus_cycle_popup,