scratchpads: add the "lazy" option (closes #5)

This commit is contained in:
fdev31 2023-07-12 19:59:17 +02:00
parent 7bcd11b36d
commit 647e8214d9
2 changed files with 9 additions and 3 deletions

View file

@ -320,12 +320,16 @@ number of pixels for the animation.
#### `unfocus` (optional)
allow to hide the window when the focus is lost when set to "hide"
when set to `true`, allow to hide the window when the focus is lost when set to "hide"
#### `margin` (optional)
number of pixels separating the scratchpad from the screen border
#### `lazy` (optional)
when set to `true`, prevents the command from being started when pypr starts, it will be started when the scratchpad is first used instead.
# Changelog
- Add `expose` addon