diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-15 16:14:28 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-15 16:14:28 -0500 |
commit | 614034b0012dcf99d760eaa9951c537acb75ea43 (patch) | |
tree | d7e1f307c06f09eb1fb80151e63b5b3f492129c4 /include | |
parent | 5b16b235ad06ed091b4bfc6c398111dacb6963a3 (diff) | |
parent | f59f5d27aab52c877cd58a9d14e0cfc56b6febe9 (diff) |
Merge pull request #332 from mikkeloscar/bar-output
Implement bar option: output <output>
Diffstat (limited to 'include')
-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 2f3b4cb0..ab937e0e 100644 --- a/include/config.h +++ b/include/config.h @@ -88,6 +88,7 @@ struct bar_config { */ char *id; uint32_t modifier; + list_t *outputs; enum desktop_shell_panel_position position; list_t *bindings; char *status_command; |