~kris/suckless

dwm

e64b111f423792400cc70d9ff13b4938a6cadfa2 — Kris Yotam 7 months ago 52d7975
Enable BAR_STATUSCMD_PATCH for clickable status blocks
1 files changed, 1 insertions(+), 1 deletions(-)

M patches.h
M patches.h => patches.h +1 -1
@@ 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.