mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
commands: add nop
This commit is contained in:
parent
744724b3cb
commit
c1af79532f
5 changed files with 12 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ static struct cmd_handler command_handlers[] = {
|
|||
{ "layout", cmd_layout },
|
||||
{ "mark", cmd_mark },
|
||||
{ "move", cmd_move },
|
||||
{ "nop", cmd_nop },
|
||||
{ "opacity", cmd_opacity },
|
||||
{ "reload", cmd_reload },
|
||||
{ "rename", cmd_rename },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue