From 3305ec91f388186596da8d11c26460ffb626c6c9 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Mon, 9 Oct 2023 19:45:34 +0800 Subject: [PATCH] Adjusted width --- dwm-flexipatch/config.def.h | 2 +- dwm-flexipatch/patch/bar_flexwintitle.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dwm-flexipatch/config.def.h b/dwm-flexipatch/config.def.h index c679bd6..ef67f8c 100644 --- a/dwm-flexipatch/config.def.h +++ b/dwm-flexipatch/config.def.h @@ -612,7 +612,7 @@ static const BarRule barrules[] = { #if BAR_FLEXWINTITLE_PATCH { -1, 1, BAR_ALIGN_NONE, width_flexwintitle, draw_flexwintitle, click_flexwintitle, NULL, "flexwintitle" }, #elif BAR_TABGROUPS_PATCH - { -1, 0, BAR_ALIGN_NONE, width_bartabgroups, draw_bartabgroups, click_bartabgroups, NULL, "bartabgroups" }, + { -1, 1, BAR_ALIGN_NONE, width_bartabgroups, draw_bartabgroups, click_bartabgroups, NULL, "bartabgroups" }, #elif BAR_AWESOMEBAR_PATCH { -1, 1, BAR_ALIGN_NONE, width_awesomebar, draw_awesomebar, click_awesomebar, NULL, "awesomebar" }, #elif BAR_FANCYBAR_PATCH diff --git a/dwm-flexipatch/patch/bar_flexwintitle.c b/dwm-flexipatch/patch/bar_flexwintitle.c index 3f1e834..3ae1183 100644 --- a/dwm-flexipatch/patch/bar_flexwintitle.c +++ b/dwm-flexipatch/patch/bar_flexwintitle.c @@ -6,7 +6,7 @@ #define FLEXWINTITLE_SHOWFLOATING 0 // whether to show titles for floating windows, hidden clients are always shown #endif #ifndef FLEXWINTITLE_MASTERWEIGHT -#define FLEXWINTITLE_MASTERWEIGHT 6 // master weight compared to stack, hidden and floating window titles +#define FLEXWINTITLE_MASTERWEIGHT 7 // master weight compared to stack, hidden and floating window titles #endif #ifndef FLEXWINTITLE_STACKWEIGHT #define FLEXWINTITLE_STACKWEIGHT 3 // stack weight compared to master, hidden and floating window titles