aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.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-bar.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-bar.5.scd')
-rw-r--r--sway/sway-bar.5.scd16
1 files changed, 16 insertions, 0 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd
index 6729c9ac..873741c0 100644
--- a/sway/sway-bar.5.scd
+++ b/sway/sway-bar.5.scd
@@ -65,6 +65,22 @@ Sway allows configuring swaybar in the sway configuration file.
65 is given, when mouse button _n_ has been released). To disable the default 65 is given, when mouse button _n_ has been released). To disable the default
66 behavior for a button, use the command _nop_. 66 behavior for a button, use the command _nop_.
67 67
68*mode* dock|hide|invisible
69 Specifies the visibility of the bar. In _dock_ mode, it is permanently
70 visible at one edge of the screen. In _hide_ mode, it is hidden unless the
71 modifier key is pressed, though this behaviour depends on the hidden state.
72 In _invisible_ mode, it is permanently hidden. Default is _dock_.
73
74*hidden\_state* hide|show
75 Specifies the behaviour of the bar when it is in _hide_ mode. When the
76 hidden state is _hide_, then it is normally hidden, and only unhidden by
77 pressing the modifier key or in case of urgency hints. When the hidden
78 state is _show_, then it is permanently visible, drawn on top of the
79 currently visible workspace. Default is _hide_.
80
81*modifier* <Modifier>|none
82 Specifies the modifier key that shows a hidden bar. Default is _Mod4_.
83
68## TRAY 84## TRAY
69 85
70Swaybar provides a system tray where third-party applications may place icons. 86Swaybar provides a system tray where third-party applications may place icons.