mirror of
https://github.com/swaywm/sway.git
synced 2025-11-19 06:59:52 -05:00
Add --custom to output mode command
This forces to set the mode as a custom mode.
This commit is contained in:
parent
eaee087c17
commit
38b37247ff
4 changed files with 25 additions and 6 deletions
|
|
@ -198,6 +198,7 @@ struct output_config {
|
|||
int enabled;
|
||||
int width, height;
|
||||
float refresh_rate;
|
||||
int custom_mode;
|
||||
int x, y;
|
||||
float scale;
|
||||
int32_t transform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue