mirror of
https://github.com/swaywm/sway.git
synced 2026-04-06 07:15:44 -04:00
Add output modeline command
Only works with DRM backend.
This commit is contained in:
parent
daaec72ac0
commit
57d6f6f19e
6 changed files with 94 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ static const struct cmd_handler output_handlers[] = {
|
|||
{ "enable", output_cmd_enable },
|
||||
{ "max_render_time", output_cmd_max_render_time },
|
||||
{ "mode", output_cmd_mode },
|
||||
{ "modeline", output_cmd_modeline },
|
||||
{ "pos", output_cmd_position },
|
||||
{ "position", output_cmd_position },
|
||||
{ "res", output_cmd_mode },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue