1
0
Fork 0
forked from wry/wry

config: add xwayland client criteria

This commit is contained in:
Julian Orth 2025-05-03 12:55:22 +02:00
parent a952e658da
commit bdabb7bbdd
13 changed files with 47 additions and 1 deletions

View file

@ -123,6 +123,7 @@ impl Rule for ClientRule {
value!(Uid, uid);
value!(Pid, pid);
bool!(Sandboxed, sandboxed);
bool!(IsXwayland, is_xwayland);
Some(())
}