mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-24 02:55:39 +02:00
Implemented auto-hide functionality on Wayland
This commit is contained in:
parent
3e0083c9f2
commit
3dce815fe3
8 changed files with 54 additions and 9 deletions
|
@ -54,8 +54,9 @@ types that are frequently used:
|
|||
| layer
|
||||
: string
|
||||
: no
|
||||
: Layer to put bar on. One of _overlay_, _top_, _bottom_ or
|
||||
_background_. Wayland only. Default: _bottom_.
|
||||
: Layer to put bar on. One of _overlay_, _top_, _bottom_, _bottom_ or
|
||||
_hidden_. Wayland only. Default: _bottom_. If set to _hidden_, will move
|
||||
between _overlay_ and _bottom_ when receives respectively SIGUSR1 or SIGUSR2.
|
||||
| left-spacing
|
||||
: int
|
||||
: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue