summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_tabgroups.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-15 10:58:33 +0200
committerbakkeby <[email protected]>2020-08-15 10:58:33 +0200
commit2632f112a8b1a4bb2904f0f734a4e57e3c82a7b1 (patch)
treea4dd43a9a0cdaee30c43ffb77093214c7f27fe2d /patch/bar_tabgroups.h
parented2b8c27c856b16b202e3ba4c5ee593bcd391465 (diff)
downloaddwm-flexipatch-2632f112a8b1a4bb2904f0f734a4e57e3c82a7b1.tar.gz
dwm-flexipatch-2632f112a8b1a4bb2904f0f734a4e57e3c82a7b1.zip
bartabgroups: grouped floating and hidden windows, added stack, float and hidden group weights
Diffstat (limited to 'patch/bar_tabgroups.h')
-rw-r--r--patch/bar_tabgroups.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/patch/bar_tabgroups.h b/patch/bar_tabgroups.h
index 421b3bf..15f6876 100644
--- a/patch/bar_tabgroups.h
+++ b/patch/bar_tabgroups.h
@@ -1,20 +1,3 @@
-/* Bartabgroups properties, you can override these in your config.h if you want. */
-#ifndef BARTAB_BORDERS
-#define BARTAB_BORDERS 1 // 0 = off, 1 = on
-#endif
-#ifndef BARTAB_TAGSINDICATOR
-#define BARTAB_TAGSINDICATOR 1 // 0 = off, 1 = on if >1 client/view tag, 2 = always on
-#endif
-#ifndef BARTAB_TAGSPX
-#define BARTAB_TAGSPX 5 // # pixels for tag grid boxes
-#endif
-#ifndef BARTAB_TAGSROWS
-#define BARTAB_TAGSROWS 3 // # rows in tag grid (9 tags, e.g. 3x3)
-#endif
-#ifndef BARTAB_SHOWFLOATING
-#define BARTAB_SHOWFLOATING 0 // whether to show titles for floating windows, hidden clients are always shown
-#endif
-
static int width_bartabgroups(Bar *bar, BarWidthArg *a);
static int draw_bartabgroups(Bar *bar, BarDrawArg *a);
static int click_bartabgroups(Bar *bar, Arg *arg, BarClickArg *a);