Implement 'all' matching criterion
This criterion matches all open windows, as a more readable (and correct) version of the 'class=".*"' criterion (more correct because it'll also match windows which don't have WM_CLASS set yet).
This commit is contained in:
@ -200,7 +200,7 @@ state CRITERIA:
|
||||
ctype = 'machine' -> CRITERION
|
||||
ctype = 'floating_from' -> CRITERION_FROM
|
||||
ctype = 'tiling_from' -> CRITERION_FROM
|
||||
ctype = 'tiling', 'floating'
|
||||
ctype = 'tiling', 'floating', 'all'
|
||||
-> call cfg_criteria_add($ctype, NULL); CRITERIA
|
||||
']'
|
||||
-> call cfg_criteria_pop_state()
|
||||
|
Reference in New Issue
Block a user