Adjusted width

This commit is contained in:
Alexis Jhon Gaspar 2023-10-09 19:45:34 +08:00
parent 11c519860e
commit 3305ec91f3
2 changed files with 2 additions and 2 deletions

View file

@ -612,7 +612,7 @@ static const BarRule barrules[] = {
#if BAR_FLEXWINTITLE_PATCH #if BAR_FLEXWINTITLE_PATCH
{ -1, 1, BAR_ALIGN_NONE, width_flexwintitle, draw_flexwintitle, click_flexwintitle, NULL, "flexwintitle" }, { -1, 1, BAR_ALIGN_NONE, width_flexwintitle, draw_flexwintitle, click_flexwintitle, NULL, "flexwintitle" },
#elif BAR_TABGROUPS_PATCH #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 #elif BAR_AWESOMEBAR_PATCH
{ -1, 1, BAR_ALIGN_NONE, width_awesomebar, draw_awesomebar, click_awesomebar, NULL, "awesomebar" }, { -1, 1, BAR_ALIGN_NONE, width_awesomebar, draw_awesomebar, click_awesomebar, NULL, "awesomebar" },
#elif BAR_FANCYBAR_PATCH #elif BAR_FANCYBAR_PATCH

View file

@ -6,7 +6,7 @@
#define FLEXWINTITLE_SHOWFLOATING 0 // whether to show titles for floating windows, hidden clients are always shown #define FLEXWINTITLE_SHOWFLOATING 0 // whether to show titles for floating windows, hidden clients are always shown
#endif #endif
#ifndef FLEXWINTITLE_MASTERWEIGHT #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 #endif
#ifndef FLEXWINTITLE_STACKWEIGHT #ifndef FLEXWINTITLE_STACKWEIGHT
#define FLEXWINTITLE_STACKWEIGHT 3 // stack weight compared to master, hidden and floating window titles #define FLEXWINTITLE_STACKWEIGHT 3 // stack weight compared to master, hidden and floating window titles