diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-31 15:32:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-31 15:32:29 -0400 |
commit | 122b96abed9955f78e3f157167d34312f5bb551d (patch) | |
tree | fdcb6ffc0520145a029118aec443eb2199981d77 /sway/commands.c | |
parent | 543081ab1c050654a11b899f276b273acd91b43b (diff) | |
parent | f2332dc75c05a62f87ba290433f12f4ce7f467ec (diff) | |
download | sway-122b96abed9955f78e3f157167d34312f5bb551d.tar.xz |
Merge pull request #1684 from swaywm/follow-warp
Implement focus_follows_mouse, mouse_warping
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index eee7f254..90544220 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -98,9 +98,11 @@ static struct cmd_handler handlers[] = { { "bindsym", cmd_bindsym }, { "exec", cmd_exec }, { "exec_always", cmd_exec_always }, + { "focus_follows_mouse", cmd_focus_follows_mouse }, { "include", cmd_include }, { "input", cmd_input }, { "mode", cmd_mode }, + { "mouse_warping", cmd_mouse_warping }, { "output", cmd_output }, { "seat", cmd_seat }, { "workspace", cmd_workspace }, |