]> git.sur5r.net Git - i3/i3/blobdiff - parser-specs/config.spec
Added new criteria 'tiling' / 'floating'. (#2481)
[i3/i3] / parser-specs / config.spec
index eeafaac868c1b42962a70ff406ef8a68c064aca5..9029681983791be93000e7566ec0c5c6763c3d03 100644 (file)
@@ -173,6 +173,8 @@ state CRITERIA:
   ctype = 'title'       -> CRITERION
   ctype = 'urgent'      -> CRITERION
   ctype = 'workspace'   -> CRITERION
+  ctype = 'tiling', 'floating'
+      -> call cfg_criteria_add($ctype, NULL); CRITERIA
   ']'
       -> call cfg_criteria_pop_state()