diff options
author | Drew DeVault <[email protected]> | 2017-04-26 15:29:42 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2017-04-26 15:29:42 -0400 |
commit | 51143a75afe284d6c08e8a52516cba6afe834ac0 (patch) | |
tree | 33d37bb6aeb26d7db7c59a444cd72b95be35b3c8 /include/sway/commands.h | |
parent | 3c1fc00f12e2777f6349a5d671b8d66c5997eb2b (diff) |
Implement no_focus
Ref #2
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r-- | include/sway/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 91f2ae01..078652e7 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -135,6 +135,7 @@ sway_cmd cmd_mouse_warping; sway_cmd cmd_move; sway_cmd cmd_new_float; sway_cmd cmd_new_window; +sway_cmd cmd_no_focus; sway_cmd cmd_orientation; sway_cmd cmd_output; sway_cmd cmd_permit; |