diff options
author | Drew DeVault <[email protected]> | 2018-03-31 10:11:15 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-03-31 13:05:45 -0400 |
commit | 9b38ef950fcf293ba11f54c14d8b3a87f050b154 (patch) | |
tree | 22f499e690941f95dd47335b522208ae2d7eeac4 /sway/commands.c | |
parent | ae6d459000865f0a3a54a1d0429ee28b282a7954 (diff) |
Implement focus_follows_mouse
Also contains two other small changes:
- Clicking any button will focus the container clicked (not just left)
- Remove seamless_mouse (doesn't make sense on wlroots)
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 d983dcbb..90544220 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -98,6 +98,7 @@ 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 }, |