From 3ccffabbdbd4e9382670d99d640e7f76eac011c8 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Mon, 6 Jul 2026 13:28:12 -0700 Subject: Clean and draw status on all monitors? --- config.def.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5b6de7c..b9dc55a 100644 --- a/config.def.h +++ b/config.def.h @@ -22,7 +22,7 @@ static const float default_opacity_focus = 1.00f; // from bar patch static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = {"Maple Mono NL:size=12"}; +static const char *fonts[] = { "Maple Mono NL:size=12" }; static uint32_t colors[][3] = { /* fg bg border */ [SchemeNorm] = { 0xaebbccff, 0x00000000, 0x00000000 }, @@ -34,20 +34,15 @@ static uint32_t colors[][3] = { static char *tags[] = { "🌎", "🍁", "🍂", "⛵", "𝄇" }; #define TAGCOUNT (sizeof(tags) / sizeof(tags[0])) - /* logging */ static int log_level = WLR_ERROR; static const Rule rules[] = { - /* app_id title tags mask isfloating monitor */ /* app_id title tags mask isfloating alpha focus alpha unfocus monitor */ { "gimp", NULL, 0, 1, default_opacity_focus, default_opacity_unfocus, -1 }, { "mpv", NULL, 0, 1, 1, 1, -1 }, -// { "Minecraft", NULL, 0, 0, 1, 1, -1 }, -// { "R_x11", NULL, 0, 0, 1, 1, -1 }, { "librewolf", NULL, 1, 0, default_opacity_focus, default_opacity_unfocus, -1 }, { "thunderbird",NULL, 1 << 1, 0, default_opacity_focus, default_opacity_unfocus, 0 }, -// { "claws-mail",NULL, 1 << 1, 0, default_opacity_focus, default_opacity_unfocus, 0 }, { "pwvucontrol",NULL, 1 << 4, 0, 1, 1, 0 }, /* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */ }; -- cgit v1.2.3