mirror of
https://github.com/swaywm/sway.git
synced 2025-02-14 14:15:14 +01:00
man: Document bar mode toggle command
Functionality for switching swaybar's current mode between hidden and docked currently exists, but is absent from the relevant manpage.
This commit is contained in:
parent
d093c2e358
commit
851b8c6fb6
1 changed files with 6 additions and 0 deletions
|
@ -143,6 +143,12 @@ runtime.
|
|||
|
||||
This setting also applies to the current binding mode indicator.
|
||||
|
||||
The following commands may only be used at runtime.
|
||||
|
||||
*mode* toggle [<bar_id>]
|
||||
Toggles the current mode between _hide_ and _dock_. Any other mode
|
||||
is treated as _hide_.
|
||||
|
||||
## TRAY
|
||||
|
||||
Swaybar provides a system tray where third-party applications may place icons.
|
||||
|
|
Loading…
Reference in a new issue