From e64b111f423792400cc70d9ff13b4938a6cadfa2 Mon Sep 17 00:00:00 2001 From: Kris Yotam Date: Sat, 14 Feb 2026 17:26:34 -0600 Subject: [PATCH] Enable BAR_STATUSCMD_PATCH for clickable status blocks --- patches.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.h b/patches.h index 5fca83f2f856112483f564ead265d10d7a4cffa8..7ca2c6122c10e730f11be821f2d7cba746addad0 100644 --- 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.