add new exec-once keywords (#940)

This commit is contained in:
littleblack111 2025-01-11 23:58:17 +08:00 committed by GitHub
parent f800b253ee
commit aa75b48f0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,9 +32,13 @@ You can execute a shell script on:
- every time the config is reloaded.
- shutdown of the compositor
`exec-once = command` will execute only on launch
`exec-once = command` will execute only on launch ([support rules](Dispatchers/#executing-with-rules))
`exec = command` will execute on each reload
`execr-once = command` will execute only on launch
`exec = command` will execute on each reload ([support rules](Dispatchers/#executing-with-rules))
`execr = command` will execute on each reload
`exec-shutdown = command` will execute only on shutdown