mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Differentiate between all or no outputs
This commit is contained in:
parent
212c6a18a2
commit
e4c1176b72
3 changed files with 6 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ struct config {
|
|||
bool strip_workspace_numbers;
|
||||
bool binding_mode_indicator;
|
||||
bool workspace_buttons;
|
||||
bool all_outputs;
|
||||
list_t *outputs;
|
||||
|
||||
int height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue