aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/move.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/move.c')
-rw-r--r--sway/commands/move.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/move.c b/sway/commands/move.c
index 9c6e69ec..6fd66f28 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -856,7 +856,7 @@ static struct cmd_results *cmd_move_to_scratchpad(void) {
856 } 856 }
857 857
858 if (!con->scratchpad) { 858 if (!con->scratchpad) {
859 root_scratchpad_add_container(con); 859 root_scratchpad_add_container(con, NULL);
860 } else if (con->workspace) { 860 } else if (con->workspace) {
861 root_scratchpad_hide(con); 861 root_scratchpad_hide(con);
862 } 862 }