Implement bar option: output <output>

This commit is contained in:
Mikkel Oscar Lyderik 2015-12-15 21:55:20 +01:00
parent 5b16b235ad
commit f59f5d27aa
3 changed files with 50 additions and 1 deletions

View file

@ -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;