1
0
Fork 0
forked from wry/wry

cli: allow overriding non-desktop setting

This commit is contained in:
Julian Orth 2024-04-25 18:39:29 +02:00
parent 24d08918c4
commit 1f18b46135
5 changed files with 84 additions and 7 deletions

View file

@ -50,6 +50,11 @@ request set_enabled {
enabled: u32,
}
request set_non_desktop {
output: str,
non_desktop: u32,
}
# events
event global {