diff options
author | Drew DeVault <[email protected]> | 2017-04-26 17:20:12 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2017-04-26 17:20:12 -0400 |
commit | 11b4c3454c65375db88901165f0a69c978e3977f (patch) | |
tree | 97fabe0d36c2c5574a2ff47238eeed58fa200fd0 /include/sway/commands.h | |
parent | 3c1fc00f12e2777f6349a5d671b8d66c5997eb2b (diff) | |
parent | 537261f23f194e152c0adf25a2740375929e9cd3 (diff) |
Merge pull request #1196 from SirCmpwn/no_focus
Implement no_focus
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; |