aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 47332c1..b641618 100644
--- a/config.def.h
+++ b/config.def.h
@@ -21,3 +21,6 @@ static pixman_color_t urgent_bg_color = { .red = 0xeeee, .green = 0xeeee, .blue
// vertical pixel padding above and below text
static uint32_t vertical_padding = 1;
+
+// allow in-line color commands in status text
+static bool status_commands = true;