]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
Merge branch 'next' into master
[i3/i3] / include / commands.h
index b243b9e0f0a8c8f5aeccead872614d64c80a89b4..80b0efb020e91dfe00c278cb1e56116b48b3fb63 100644 (file)
@@ -204,6 +204,12 @@ void cmd_focus(I3_CMD);
  */
 void cmd_fullscreen(I3_CMD, char *action, char *fullscreen_mode);
 
+/**
+ * Implementation of 'sticky enable|disable|toggle'.
+ *
+ */
+void cmd_sticky(I3_CMD, char *action);
+
 /**
  * Implementation of 'move <direction> [<pixels> [px]]'.
  *