diff options
author | Drew DeVault <[email protected]> | 2016-10-07 08:40:18 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2016-10-07 08:40:18 -0400 |
commit | 02dc4142c0093675b7a12cf01c688ea05b81bd19 (patch) | |
tree | a8efa06d8e9f94400d93e9d3dbad9b2e94f536c8 /sway/commands.c | |
parent | 77433f0029b6bb07352647a512de810b72568260 (diff) | |
parent | 379b1a0378292ff1c470276f1caad59f36c7fc66 (diff) |
Merge pull request #935 from thejan2009/wrap-focus-change
Wrap focus change
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 317122cd..d93f6591 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -171,6 +171,7 @@ static struct cmd_handler handlers[] = { { "focus", cmd_focus }, { "focus_follows_mouse", cmd_focus_follows_mouse }, { "font", cmd_font }, + { "force_focus_wrapping", cmd_force_focus_wrapping }, { "for_window", cmd_for_window }, { "fullscreen", cmd_fullscreen }, { "gaps", cmd_gaps }, |