diff options
author | Tony Crisci <[email protected]> | 2018-04-08 12:47:56 -0400 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2018-04-08 12:47:56 -0400 |
commit | ae78f6fb9383392915421784cb97910bbbfb60f2 (patch) | |
tree | ec7daa6d31dfc6cbe3ff8e9db1bba2754077eedb /sway/commands.c | |
parent | 70b33342fec0e0cc720cbb62a059c40a34c5314f (diff) | |
parent | ebabcc8b44846eaccdd34e3e48aa07d6bf7b58a7 (diff) |
Merge branch 'wlroots' into focus-inactive-fixes
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 22decef3..20b8a2aa 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -106,6 +106,7 @@ static struct cmd_handler handlers[] = { { "output", cmd_output }, { "seat", cmd_seat }, { "workspace", cmd_workspace }, + { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth }, }; static struct cmd_handler bar_handlers[] = { |