aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-10-13 21:44:08 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-10-14 13:33:12 +0100
commit85dd36e92b2fb3d4b5fefa36927abf8f35f84c5c (patch)
treec405121528d191ba74fe329fdb18093810d9b73c /sway/sway.5.scd
parentswaybar: when hiding bar, save old height to be restored upon reshow (diff)
downloadsway-85dd36e92b2fb3d4b5fefa36927abf8f35f84c5c.tar.gz
sway-85dd36e92b2fb3d4b5fefa36927abf8f35f84c5c.tar.zst
sway-85dd36e92b2fb3d4b5fefa36927abf8f35f84c5c.zip
swaybar: add documentation for hide/hidden_state subcommands
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd12
1 files changed, 12 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 2e1d13a8..67cc1cb1 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -614,6 +614,18 @@ match any output by using the output name "\*".
614*workspace\_layout* default|stacking|tabbed 614*workspace\_layout* default|stacking|tabbed
615 Specifies the initial layout for new workspaces. 615 Specifies the initial layout for new workspaces.
616 616
617# BAR CONTROL
618
619*bar hidden\_state* hide|show|toggle [<bar\_id>]
620 Sets the hidden state of the bar (see *sway-bar*(5)), either individually,
621 by specifying a bar id, or if none is given, for all bar instances.
622 _toggle_ switches between _hide_ and _show_.
623
624*bar mode* dock|hide|invisible|toggle [<bar\_id>]
625 Sets the mode of the bar (see *sway-bar*(5)), either individually,
626 by specifying a bar id, or if none is given, for all bar instances.
627 _toggle_ switches between _dock_ and _hide_.
628
617# CRITERIA 629# CRITERIA
618 630
619A criteria is a string in the form of, for example: 631A criteria is a string in the form of, for example: