Add setting for minimal width of workspace buttons
This commit is contained in:
@ -52,6 +52,7 @@ typedef struct config_t {
|
||||
struct xcb_color_strings_t colors;
|
||||
bool disable_binding_mode_indicator;
|
||||
bool disable_ws;
|
||||
int ws_min_width;
|
||||
bool strip_ws_numbers;
|
||||
bool strip_ws_name;
|
||||
char *bar_id;
|
||||
|
Reference in New Issue
Block a user