mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-01-27 17:09:48 +01:00
add new exec-once keywords (#940)
This commit is contained in:
parent
f800b253ee
commit
aa75b48f0a
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue