scratchpads: add the "lazy" option (closes #5)
This commit is contained in:
parent
7bcd11b36d
commit
647e8214d9
2 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue