mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-23 18:45:39 +02:00
particle/on-click: support next/previous buttons
This commit is contained in:
parent
8d5deda4e4
commit
6ed576c719
7 changed files with 22 additions and 0 deletions
|
@ -68,6 +68,14 @@ following attributes are supported by all particles:
|
|||
: string
|
||||
: no
|
||||
: Command to execute every time a 'wheel-down' event is triggered.
|
||||
| on-click.previous
|
||||
: string
|
||||
: no
|
||||
: Command to execute when the particle is clicked with the 'previous' button.
|
||||
| on-click.next
|
||||
: string
|
||||
: no
|
||||
: Command to execute when the particle is clicked with the 'next' button.
|
||||
| deco
|
||||
: decoration
|
||||
: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue