diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-12-18 18:19:59 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-12-18 18:19:59 -0500 |
| commit | bcb5d09b5b02dcf932180fb3faff40c6f0dc8021 (patch) | |
| tree | c08caf92d49a63edfb386b99ac45ba04298a759f /include/config.h | |
| parent | 89ce5c06689f6a95031ba2a4e6537eb4dd7c056f (diff) | |
| parent | 1327f731f945c07079b18aebebe9e1c89bdf378f (diff) | |
Merge pull request #359 from mikkeloscar/i3bar-command
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 b89ad553..e6fc9f28 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; |
