diff options
author | Drew DeVault <[email protected]> | 2015-12-18 18:19:59 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-12-18 18:19:59 -0500 |
commit | b9f14cee413d79d9071e0f63e0208dbf1d6d15f2 (patch) | |
tree | c08caf92d49a63edfb386b99ac45ba04298a759f /include/config.h | |
parent | 6555aad7f9234547681aeffd3fa67182cee4c193 (diff) | |
parent | 9d7f1afdfb62a5851a38c8add7d05ae45a87066a (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; |