aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.scd
diff options
context:
space:
mode:
authorLibravatar Milkey Mouse <milkeymouse@meme.institute>2019-02-23 21:59:36 -0800
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-24 20:05:47 -0500
commit2f7247e08a16610228067c9ec34d2b6d897e15fa (patch)
tree7cf9ef96257a196b12620cf3659a45635e818e7b /sway/sway-bar.5.scd
parentadd --i3 flag to hide_edge_borders (diff)
downloadsway-2f7247e08a16610228067c9ec34d2b6d897e15fa.tar.gz
sway-2f7247e08a16610228067c9ec34d2b6d897e15fa.tar.zst
sway-2f7247e08a16610228067c9ec34d2b6d897e15fa.zip
swaybar: add overlay mode (fix #1620)
Overlay mode puts the bar above normal windows and passes through/ignores any touch/mouse/keyboard events that would be sent to it.
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r--sway/sway-bar.5.scd6
1 files changed, 4 insertions, 2 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd
index 13827e5e..1f4ceaf2 100644
--- a/sway/sway-bar.5.scd
+++ b/sway/sway-bar.5.scd
@@ -84,11 +84,13 @@ Sway allows configuring swaybar in the sway configuration file.
84 debug-events`. To disable the default behavior for a button, use the 84 debug-events`. To disable the default behavior for a button, use the
85 command _nop_. 85 command _nop_.
86 86
87*mode* dock|hide|invisible 87*mode* dock|hide|invisible|overlay
88 Specifies the visibility of the bar. In _dock_ mode, it is permanently 88 Specifies the visibility of the bar. In _dock_ mode, it is permanently
89 visible at one edge of the screen. In _hide_ mode, it is hidden unless the 89 visible at one edge of the screen. In _hide_ mode, it is hidden unless the
90 modifier key is pressed, though this behaviour depends on the hidden state. 90 modifier key is pressed, though this behaviour depends on the hidden state.
91 In _invisible_ mode, it is permanently hidden. Default is _dock_. 91 In _invisible_ mode, it is permanently hidden. In _overlay_ mode, it is
92 permanently visible on top of other windows. (In _overlay_ mode the bar is
93 transparent to input events.) Default is _dock_.
92 94
93*hidden_state* hide|show 95*hidden_state* hide|show
94 Specifies the behaviour of the bar when it is in _hide_ mode. When the 96 Specifies the behaviour of the bar when it is in _hide_ mode. When the