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

@ -883,6 +883,10 @@
"use-hardware-cursor": {
"type": "boolean",
"description": "Configures whether the default seat uses hardware cursors.\n\nThe default is `true`.\n"
},
"show-bar": {
"type": "boolean",
"description": "Configures whether the built-in bar is shown.\n\nThe default is `true`.\n"
}
},
"required": []
@ -1586,7 +1590,10 @@
"pin-float",
"unpin-float",
"toggle-float-pinned",
"kill-client"
"kill-client",
"show-bar",
"hide-bar",
"toggle-bar"
]
},
"Status": {