mirror of
https://github.com/swaywm/sway.git
synced 2025-11-27 06:59:53 -05:00
Replace refresh_rate and position by mode in output command
This commit is contained in:
parent
ec2fd6e5c0
commit
4d389f8b65
2 changed files with 56 additions and 33 deletions
|
|
@ -20,7 +20,7 @@ struct output_config *new_output_config() {
|
|||
return NULL;
|
||||
}
|
||||
oc->enabled = -1;
|
||||
oc->width = oc->height -1;
|
||||
oc->width = oc->height = -1;
|
||||
oc->refresh_rate = -1;
|
||||
oc->x = oc->y = -1;
|
||||
oc->scale = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue