mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
view: add max_render_time
This commit is contained in:
parent
5421198489
commit
bd9a53f1a3
12 changed files with 125 additions and 18 deletions
|
|
@ -119,6 +119,7 @@ static struct cmd_handler command_handlers[] = {
|
|||
{ "kill", cmd_kill },
|
||||
{ "layout", cmd_layout },
|
||||
{ "mark", cmd_mark },
|
||||
{ "max_render_time", cmd_max_render_time },
|
||||
{ "move", cmd_move },
|
||||
{ "nop", cmd_nop },
|
||||
{ "opacity", cmd_opacity },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue