mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
i3 compat: Adding support for the all
criteria
Matches all views. i3 PR: https://github.com/i3/i3/pull/4460 Fixes #7110
This commit is contained in:
parent
3dd2f4a67f
commit
d952ce403e
3 changed files with 14 additions and 3 deletions
|
@ -43,6 +43,7 @@ struct criteria {
|
|||
struct pattern *window_role;
|
||||
enum atom_name window_type;
|
||||
#endif
|
||||
bool all;
|
||||
bool floating;
|
||||
bool tiling;
|
||||
char urgent; // 'l' for latest or 'o' for oldest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue