aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar db <github@benedik.si>2018-04-08 16:44:59 +0200
committerLibravatar db <github@benedik.si>2018-04-08 16:44:59 +0200
commit042b80b9faef72c36451eecb5c803223fda3264a (patch)
tree59b751adc628878f1511a13abe9fd2230c5a6974 /sway/commands.c
parentFixup for #1773 (diff)
downloadsway-042b80b9faef72c36451eecb5c803223fda3264a.tar.gz
sway-042b80b9faef72c36451eecb5c803223fda3264a.tar.zst
sway-042b80b9faef72c36451eecb5c803223fda3264a.zip
Add workspace_auto_back_and_forth command
This is the only missing piece - other code regarding this functionality has already been ported from pre-wlroots source.
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 22decef3..20b8a2aa 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -106,6 +106,7 @@ static struct cmd_handler handlers[] = {
106 { "output", cmd_output }, 106 { "output", cmd_output },
107 { "seat", cmd_seat }, 107 { "seat", cmd_seat },
108 { "workspace", cmd_workspace }, 108 { "workspace", cmd_workspace },
109 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth },
109}; 110};
110 111
111static struct cmd_handler bar_handlers[] = { 112static struct cmd_handler bar_handlers[] = {