summaryrefslogtreecommitdiffstats
path: root/sway/commands/ws_auto_back_and_forth.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/ws_auto_back_and_forth.c')
-rw-r--r--sway/commands/ws_auto_back_and_forth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/ws_auto_back_and_forth.c b/sway/commands/ws_auto_back_and_forth.c
index adb851c2..e4411c8e 100644
--- a/sway/commands/ws_auto_back_and_forth.c
+++ b/sway/commands/ws_auto_back_and_forth.c
@@ -10,5 +10,5 @@ struct cmd_results *cmd_ws_auto_back_and_forth(int argc, char **argv) {
10 } 10 }
11 config->auto_back_and_forth = 11 config->auto_back_and_forth =
12 parse_boolean(argv[0], config->auto_back_and_forth); 12 parse_boolean(argv[0], config->auto_back_and_forth);
13 return cmd_results_new(CMD_SUCCESS, NULL, NULL); 13 return cmd_results_new(CMD_SUCCESS, NULL);
14} 14}