commit e64b111f423792400cc70d9ff13b4938a6cadfa2
parent 52d7975c56557b19189c30f9b63f706083d0d19b
Author: Kris Yotam <krisyotam@protonmail.com>
Date: Sat, 14 Feb 2026 17:26:34 -0600
Enable BAR_STATUSCMD_PATCH for clickable status blocks
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches.h b/patches.h
@@ -152,7 +152,7 @@
* when clicking the status bar. Refer to the website for usage.
* https://dwm.suckless.org/patches/statuscmd/
*/
-#define BAR_STATUSCMD_PATCH 0
+#define BAR_STATUSCMD_PATCH 1
/* Status2d allows colors and rectangle drawing in your dwm status bar.
* This patch is incompatible with the statuscolors patch which takes precedence.