config: allow disabling the built-in bar
This commit is contained in:
parent
224f5380fe
commit
08e7e01d0e
16 changed files with 156 additions and 14 deletions
|
|
@ -854,6 +854,12 @@ SimpleActionName:
|
|||
|
||||
Within a window rule, it applies to the client of the window. Within a client rule
|
||||
it applies to the matched client. Has no effect otherwise.
|
||||
- value: show-bar
|
||||
description: Shows the built-in bar.
|
||||
- value: hide-bar
|
||||
description: Hides the built-in bar.
|
||||
- value: toggle-bar
|
||||
description: Toggles the built-in bar.
|
||||
|
||||
|
||||
Color:
|
||||
|
|
@ -2614,6 +2620,13 @@ Config:
|
|||
Configures whether the default seat uses hardware cursors.
|
||||
|
||||
The default is `true`.
|
||||
show-bar:
|
||||
kind: boolean
|
||||
required: false
|
||||
description: |
|
||||
Configures whether the built-in bar is shown.
|
||||
|
||||
The default is `true`.
|
||||
|
||||
|
||||
Idle:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue