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
|
|
@ -51,6 +51,7 @@ struct config *init_config() {
|
|||
config->strip_workspace_numbers = false;
|
||||
config->binding_mode_indicator = true;
|
||||
config->workspace_buttons = true;
|
||||
config->all_outputs = false;
|
||||
config->outputs = create_list();
|
||||
|
||||
/* height */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue