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_flexwintitle.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_flexwintitle.h')
| -rw-r--r-- | patch/bar_flexwintitle.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patch/bar_flexwintitle.h b/patch/bar_flexwintitle.h new file mode 100644 index 0000000..56647c6 --- /dev/null +++ b/patch/bar_flexwintitle.h @@ -0,0 +1,10 @@ +static int width_flexwintitle(Bar *bar, BarWidthArg *a); +static int draw_flexwintitle(Bar *bar, BarDrawArg *a); +static int click_flexwintitle(Bar *bar, Arg *arg, BarClickArg *a); + +static void flextitledraw(Monitor *m, Client *c, int unused, int x, int w, int groupactive, Arg *arg); +static void flextitleclick(Monitor *m, Client *c, int passx, int x, int w, int unused, Arg *arg); +static void flextitlecalculate(Monitor *m, int offx, int w, int passx, void(*tabfn)(Monitor *, Client *, int, int, int, int, Arg *arg), Arg *arg); +static int getschemefor(Monitor *m, int group, int activegroup); +static int getselschemefor(int scheme); +static Client *flextitledrawarea(Monitor *m, Client *c, int x, int r, int w, int max_clients, int tabscheme, int draw_tiled, int draw_hidden, int draw_floating, int passx, void(*tabfn)(Monitor *, Client *, int, int, int, int, Arg *arg), Arg *arg);
\ No newline at end of file |
