commands: add nop

This commit is contained in:
Ian Fan 2018-08-07 11:25:04 +01:00
parent 744724b3cb
commit c1af79532f
5 changed files with 12 additions and 0 deletions

View file

@ -64,6 +64,7 @@ sway_sources = files(
'commands/mouse_warping.c',
'commands/move.c',
'commands/no_focus.c',
'commands/nop.c',
'commands/output.c',
'commands/reload.c',
'commands/rename.c',