aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-17 11:26:38 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-07-17 11:26:38 -0400
commit3bb880bf207b40bc0cddcb9c449a738861e6791b (patch)
tree66ed13164fef27ebf3c8a6106590f1b7ec432483 /sway/sway-bar.5.txt
parentAllow users to customize the cursor on clients (diff)
downloadsway-3bb880bf207b40bc0cddcb9c449a738861e6791b.tar.gz
sway-3bb880bf207b40bc0cddcb9c449a738861e6791b.tar.zst
sway-3bb880bf207b40bc0cddcb9c449a738861e6791b.zip
Implement configurable wrapping on bar ws scroll
Diffstat (limited to 'sway/sway-bar.5.txt')
-rw-r--r--sway/sway-bar.5.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/sway/sway-bar.5.txt b/sway/sway-bar.5.txt
index dc4a673c..a404acd0 100644
--- a/sway/sway-bar.5.txt
+++ b/sway/sway-bar.5.txt
@@ -21,7 +21,7 @@ Commands
21**status_command** <status command>:: 21**status_command** <status command>::
22 Executes the bar _status command_ with _sh -c_. Each line of text printed to 22 Executes the bar _status command_ with _sh -c_. Each line of text printed to
23 stdout from this command will be displayed in the status area of the bar. You 23 stdout from this command will be displayed in the status area of the bar. You
24 can also use the i3bar JSON protocol: 24 may also use the i3bar JSON protocol:
25 + 25 +
26 https://i3wm.org/docs/i3bar-protocol.html 26 https://i3wm.org/docs/i3bar-protocol.html
27 27
@@ -48,9 +48,12 @@ Commands
48**separator_symbol** <symbol>:: 48**separator_symbol** <symbol>::
49 Specifies the separator symbol to separate blocks on the bar. 49 Specifies the separator symbol to separate blocks on the bar.
50 50
51**wrap_scroll** <yes|no>::
52 Enables or disables wrapping when scrolling through workspaces with the
53 scroll wheel. Default is no.
54
51**workspace_buttons** <yes|no>:: 55**workspace_buttons** <yes|no>::
52 Enables or disables workspace buttons on the bar. Default is to enable 56 Enables or disables workspace buttons on the bar. Default is yes.
53 buttons.
54 57
55**strip_workspace_numbers** <yes|no>:: 58**strip_workspace_numbers** <yes|no>::
56 If set to _yes_, then workspace numbers will be omitted from the workspace 59 If set to _yes_, then workspace numbers will be omitted from the workspace