aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 10:11:15 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 13:05:45 -0400
commit9b38ef950fcf293ba11f54c14d8b3a87f050b154 (patch)
tree22f499e690941f95dd47335b522208ae2d7eeac4 /sway/commands.c
parentImplement mouse warping (diff)
downloadsway-9b38ef950fcf293ba11f54c14d8b3a87f050b154.tar.gz
sway-9b38ef950fcf293ba11f54c14d8b3a87f050b154.tar.zst
sway-9b38ef950fcf293ba11f54c14d8b3a87f050b154.zip
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.c1
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[] = {
98 { "bindsym", cmd_bindsym }, 98 { "bindsym", cmd_bindsym },
99 { "exec", cmd_exec }, 99 { "exec", cmd_exec },
100 { "exec_always", cmd_exec_always }, 100 { "exec_always", cmd_exec_always },
101 { "focus_follows_mouse", cmd_focus_follows_mouse },
101 { "include", cmd_include }, 102 { "include", cmd_include },
102 { "input", cmd_input }, 103 { "input", cmd_input },
103 { "mode", cmd_mode }, 104 { "mode", cmd_mode },