diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-17 11:26:38 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-07-17 11:26:38 -0400 |
commit | 3bb880bf207b40bc0cddcb9c449a738861e6791b (patch) | |
tree | 66ed13164fef27ebf3c8a6106590f1b7ec432483 /sway/sway-bar.5.txt | |
parent | a9767ad2f742dc37896b3cae07d3ced80df28682 (diff) |
Implement configurable wrapping on bar ws scroll
Diffstat (limited to 'sway/sway-bar.5.txt')
-rw-r--r-- | sway/sway-bar.5.txt | 9 |
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 **status_command** <status command>:: Executes the bar _status command_ with _sh -c_. Each line of text printed to stdout from this command will be displayed in the status area of the bar. You - can also use the i3bar JSON protocol: + may also use the i3bar JSON protocol: + https://i3wm.org/docs/i3bar-protocol.html @@ -48,9 +48,12 @@ Commands **separator_symbol** <symbol>:: Specifies the separator symbol to separate blocks on the bar. +**wrap_scroll** <yes|no>:: + Enables or disables wrapping when scrolling through workspaces with the + scroll wheel. Default is no. + **workspace_buttons** <yes|no>:: - Enables or disables workspace buttons on the bar. Default is to enable - buttons. + Enables or disables workspace buttons on the bar. Default is yes. **strip_workspace_numbers** <yes|no>:: If set to _yes_, then workspace numbers will be omitted from the workspace |