1
0
Fork 0
forked from wry/wry

config: add auto-focus window rule

This commit is contained in:
Julian Orth 2025-05-03 15:33:02 +02:00
parent 51e752992f
commit b1ca98b488
12 changed files with 114 additions and 10 deletions

View file

@ -698,6 +698,10 @@ pub enum ClientMessage<'a> {
EnableWindowMatcherEvents {
matcher: WindowMatcher,
},
SetWindowMatcherAutoFocus {
matcher: WindowMatcher,
auto_focus: bool,
},
}
#[derive(Serialize, Deserialize, Debug)]