1
0
Fork 0
forked from wry/wry

cli: add command to restart the compositor in place

This commit is contained in:
Julian Orth 2025-04-24 14:51:32 +02:00
parent fd1e260877
commit 2edfb29f2b
8 changed files with 186 additions and 3 deletions

View file

@ -105,6 +105,10 @@ request get_color_management (since = 14) {
id: id(jay_color_management),
}
request reexec (since = 17) {
id: id(jay_reexec),
}
# events
event client_id {

11
wire/jay_reexec.txt Normal file
View file

@ -0,0 +1,11 @@
request arg {
arg: str,
}
request exec {
path: str,
}
event failed {
msg: str,
}