diff options
| author | bakkeby <[email protected]> | 2020-08-20 13:30:12 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-20 13:30:12 +0200 |
| commit | a085c788e313db693d35feefe1f6dfa1e5daf440 (patch) | |
| tree | 61ec928f1c4205b31b25aa74ee8e2fb84c130977 /patch/bar_wintitle_floating.h | |
| parent | c7b84ec738e7b1c1d1110f86bff38f95cf953a49 (diff) | |
| download | dwm-flexipatch-a085c788e313db693d35feefe1f6dfa1e5daf440.tar.gz dwm-flexipatch-a085c788e313db693d35feefe1f6dfa1e5daf440.zip | |
Adding experimental flexwintitle patch based on bartabgroups
Diffstat (limited to 'patch/bar_wintitle_floating.h')
| -rw-r--r-- | patch/bar_wintitle_floating.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/patch/bar_wintitle_floating.h b/patch/bar_wintitle_floating.h new file mode 100644 index 0000000..3e6164a --- /dev/null +++ b/patch/bar_wintitle_floating.h @@ -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 +);
\ No newline at end of file |
