diff options
author | D.B <thejan.2009@gmail.com> | 2016-10-07 07:32:57 +0200 |
---|---|---|
committer | D.B <thejan.2009@gmail.com> | 2016-10-07 08:12:14 +0200 |
commit | d3f5ac8cbbdde88e5822c1d9dd20ce9cbde8cbbe (patch) | |
tree | 0bc3d10ca1e127f92c047adb85c4bba68d61471c /sway/commands.c | |
parent | 7f558ce894934bd347140f5edd6419bf7d115c26 (diff) |
add force_focus_wrapping option
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 }, |