]> git.sur5r.net Git - i3/i3/blobdiff - src/commands.c
Handle the EWMH atom _NET_WM_DESKTOP.
[i3/i3] / src / commands.c
index 525a30fceef2e7e681887f51f4940fc14d92bf66..482560b8f974e885f0da349a25e5c1124b51c304 100644 (file)
@@ -1542,6 +1542,8 @@ void cmd_sticky(I3_CMD, const char *action) {
      * sure it gets pushed to the front now. */
     output_push_sticky_windows(focused);
 
+    ewmh_update_wm_desktop();
+
     cmd_output->needs_tree_render = true;
     ysuccess(true);
 }