2 * vim:ts=4:sw=4:expandtab
4 * i3 - an improved dynamic tiling window manager
5 * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
7 * assignments.c: Assignments for specific windows (for_window).
13 * Checks the list of assignments for the given window and runs all matching
14 * ones (unless they have already been run for this specific window).
17 void run_assignments(i3Window *window);
20 * Returns the first matching assignment for the given window.
23 Assignment *assignment_for(i3Window *window, int type);