diff options
| author | kolunmi <kolunmi@tutanota.com> | 2023-02-16 11:09:53 -0700 |
|---|---|---|
| committer | kolunmi <kolunmi@tutanota.com> | 2023-02-16 11:09:53 -0700 |
| commit | cbd51a8c149d3de80907540cbfda4976337124b6 (patch) | |
| tree | a4e1d28bef14020eba14bacf6d2335a2c8fc960c /config.def.h | |
| parent | 9426460adfb7f41b5a05ae925b8cab7f81b7e6f8 (diff) | |
| download | dwlb-cbd51a8c149d3de80907540cbfda4976337124b6.tar.gz | |
add ability to disable status commands
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
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; |