1
0
Fork 0
forked from wry/wry

config: allow disabling the built-in bar

This commit is contained in:
Julian Orth 2025-07-17 22:31:16 +02:00
parent 224f5380fe
commit 08e7e01d0e
16 changed files with 156 additions and 14 deletions

View file

@ -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: