mirror of
https://github.com/swaywm/sway.git
synced 2025-11-19 06:59:52 -05:00
swaybar: add documentation for hide/hidden_state subcommands
This commit is contained in:
parent
4dba7c084a
commit
85dd36e92b
2 changed files with 28 additions and 0 deletions
|
|
@ -614,6 +614,18 @@ match any output by using the output name "\*".
|
|||
*workspace\_layout* default|stacking|tabbed
|
||||
Specifies the initial layout for new workspaces.
|
||||
|
||||
# BAR CONTROL
|
||||
|
||||
*bar hidden\_state* hide|show|toggle [<bar\_id>]
|
||||
Sets the hidden state of the bar (see *sway-bar*(5)), either individually,
|
||||
by specifying a bar id, or if none is given, for all bar instances.
|
||||
_toggle_ switches between _hide_ and _show_.
|
||||
|
||||
*bar mode* dock|hide|invisible|toggle [<bar\_id>]
|
||||
Sets the mode of the bar (see *sway-bar*(5)), either individually,
|
||||
by specifying a bar id, or if none is given, for all bar instances.
|
||||
_toggle_ switches between _dock_ and _hide_.
|
||||
|
||||
# CRITERIA
|
||||
|
||||
A criteria is a string in the form of, for example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue