Adding experimental flexwintitle patch based on bartabgroups

This commit is contained in:
bakkeby
2020-08-20 13:30:12 +02:00
parent c7b84ec738
commit a085c788e3
12 changed files with 823 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
static int width_wintitle_floating(Bar *bar, BarWidthArg *a);
static int draw_wintitle_floating(Bar *bar, BarDrawArg *a);
static int click_wintitle_floating(Bar *bar, Arg *arg, BarClickArg *a);
static void calc_wintitle_floating(
Monitor *m, int offx, int tabw, int passx,
void(*tabfn)(Monitor *, Client *, int, int, int, int, Arg *arg), Arg *arg
);