diff options
author | emersion <contact@emersion.fr> | 2018-05-28 17:01:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 17:01:34 +0100 |
commit | 96d575b2525770ec542ea691fc654a3ab1ab2420 (patch) | |
tree | d26eaaeb6eff22539746a29fefb1e934943b578a /sway/commands.c | |
parent | 1071785f56676218a059e4d6fa10def630e5129b (diff) | |
parent | c81d0ef1e8922ad34d431e5dae430b90b0b21d7b (diff) |
Merge pull request #2066 from RedSoxFan/force-focus-wrapping
Support i3's legacy force_focus_wrapping command
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 be16a4b4..b55ea58c 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -109,6 +109,7 @@ static struct cmd_handler handlers[] = { { "focus_wrapping", cmd_focus_wrapping }, { "font", cmd_font }, { "for_window", cmd_for_window }, + { "force_focus_wrapping", cmd_force_focus_wrapping }, { "fullscreen", cmd_fullscreen }, { "hide_edge_borders", cmd_hide_edge_borders }, { "include", cmd_include }, |