diff options
author | Brian Ashworth <[email protected]> | 2018-09-03 00:24:28 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-03 00:24:28 -0400 |
commit | afb69688746b04d7667e1d57d9ac844bd2671570 (patch) | |
tree | f950fd298c335abd992005a26029dbfba8010136 /sway/commands.c | |
parent | 349d1f3be87ad9fd49482f64c71eb2665750261b (diff) | |
parent | 3af9588eb4aab0b4f45edf2601c9a7ff0846861f (diff) |
Merge branch 'master' into disabled-no-modeset
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 13f5983e..359856cc 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -106,6 +106,7 @@ static struct cmd_handler handlers[] = { { "floating_modifier", cmd_floating_modifier }, { "focus", cmd_focus }, { "focus_follows_mouse", cmd_focus_follows_mouse }, + { "focus_on_window_activation", cmd_focus_on_window_activation }, { "focus_wrapping", cmd_focus_wrapping }, { "font", cmd_font }, { "for_window", cmd_for_window }, |