all repos — openbox @ e2389fab7874a14043da56b98777450bacc549ef

openbox fork - make it a bit more like ryudo

change the min width of the indicator to 3 and use the actual height of the handle
Dana Jansens danakj@orodu.net
commit

e2389fab7874a14043da56b98777450bacc549ef

parent

a95a364b9aa89ac409ec33d38940efee8931cca4

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

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

@@ -378,7 +378,9 @@ */

int x, y, w, h; int wt, wl, wr, wb; - wt = wl = wr = wb = MAX(5, ob_rr_theme->handle_height); + wt = wl = wr = wb = MAX(3, + ob_rr_theme->handle_height + + ob_rr_theme->bwidth * 2); x = focus_cycle_target->frame->area.x; y = focus_cycle_target->frame->area.y;