]> git.sur5r.net Git - i3/i3/blobdiff - src/workspace.c
i3-nagbar: add option for button that runs commands without a terminal (#3258)
[i3/i3] / src / workspace.c
index e92aaa5f0474ca73616ee3bdee0d0be51fae633d..5f5c8d4f3e7987410baa2b5e7c64450c85f0399e 100644 (file)
@@ -496,7 +496,7 @@ void workspace_show(Con *workspace) {
         if (!workspace_is_visible(old)) {
             LOG("Closing old workspace (%p / %s), it is empty\n", old, old->name);
             yajl_gen gen = ipc_marshal_workspace_event("empty", old, NULL);
-            tree_close_internal(old, DONT_KILL_WINDOW, false, false);
+            tree_close_internal(old, DONT_KILL_WINDOW, false);
 
             const unsigned char *payload;
             ylength length;