aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 5c91ab55..f1440c57 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -260,7 +260,7 @@ int cmd_fullscreen(struct sway_config *config, int argc, char **argv) {
wlc_view_set_state(container->handle, WLC_BIT_FULLSCREEN, !current);
arrange_windows(container, -1, -1);
- return 1;
+ return 0;
}
int cmd_workspace(struct sway_config *config, int argc, char **argv) {