diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-12-18 23:49:50 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-12-18 23:49:50 +0100 |
| commit | 1327f731f945c07079b18aebebe9e1c89bdf378f (patch) | |
| tree | 8770c0a2cd74ec54a7b1f5b48e7610aff125ece7 /include/config.h | |
| parent | d01b8b184ab11e543030779c88d6c598805172c0 (diff) | |
Add bar option: swaybar_command <command>
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 32562908..7e4fda7e 100644 --- a/include/config.h +++ b/include/config.h @@ -92,6 +92,7 @@ struct bar_config { enum desktop_shell_panel_position position; list_t *bindings; char *status_command; + char *swaybar_command; char *font; int height; // -1 not defined int tray_padding; |
