We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd38f6 commit 2f776c5Copy full SHA for 2f776c5
sway/commands/floating.c
@@ -1,6 +1,7 @@
1
#include <string.h>
2
#include <strings.h>
3
#include "sway/commands.h"
4
+#include "sway/desktop/transaction.h"
5
#include "sway/input/seat.h"
6
#include "sway/ipc-server.h"
7
#include "sway/output.h"
@@ -53,6 +54,7 @@ struct cmd_results *cmd_floating(int argc, char **argv) {
53
54
// Floating containers in the scratchpad should be ignored
55
if (container->pending.workspace) {
56
arrange_workspace(container->pending.workspace);
57
+ transaction_commit_dirty();
58
}
59
60
return cmd_results_new(CMD_SUCCESS, NULL);
0 commit comments