aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-10-05 22:13:56 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2023-10-09 11:04:03 -0600
commit72a7d78a1a7926a207539eb50f44b2e1eb089d49 (patch)
treea9e55a9731f66b1dde55f984a5877fb7e5b1e370 /config.def.h
parentd63f4078c51c484a47b1c463912dc6038e787426 (diff)
make the borders red borders for urgent clients
iirc this is the same behavior of dwm
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index f4c3cae..895284f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -9,6 +9,7 @@ static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will
static const unsigned int borderpx = 1; /* border pixel of windows */
static const float bordercolor[] = COLOR(0x444444ff);
static const float focuscolor[] = COLOR(0x005577ff);
+static const float urgentcolor[] = COLOR(0xff0000ff);
/* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */
static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0}; /* You can also use glsl colors */