mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Implement bar option: output <output>
This commit is contained in:
parent
5b16b235ad
commit
f59f5d27aa
3 changed files with 50 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue