]> git.sur5r.net Git - i3/i3/blobdiff - src/main.c
Time Lord technology: for_window config directive to run arbitrary cmds
[i3/i3] / src / main.c
index c079d8dce8cd1fbbeeadbdb7a5e95a4a84d8ee97..39702223b6904027399f364d9f80cc5e73646e88 100644 (file)
@@ -37,6 +37,8 @@ struct assignments_head assignments = TAILQ_HEAD_INITIALIZER(assignments);
  * output) */
 struct ws_assignments_head ws_assignments = TAILQ_HEAD_INITIALIZER(ws_assignments);
 
+struct real_assignments_head real_assignments = TAILQ_HEAD_INITIALIZER(real_assignments);
+
 /* We hope that those are supported and set them to true */
 bool xcursor_supported = true;
 bool xkb_supported = true;