Update to proto. Fix displaying. Rename classes.

This commit is contained in:
dmitry
2021-11-22 01:12:55 +03:00
parent ffeecf626c
commit ef4c6a9ba3
4 changed files with 98 additions and 33 deletions

View File

@ -28,7 +28,7 @@ Addressed by *wlr/workspaces*
*sort-by-coordinates*: ++
typeof: bool ++
default: false ++
default: true ++
Should workspaces be sorted by coordinates.
Note that if both *sort-by-name* and *sort-by-coordinates* are true sort by name will be first.
If both are false - sort by id will be performed.
@ -39,6 +39,11 @@ Addressed by *wlr/workspaces*
*{icon}*: Icon, as defined in *format-icons*.
# CLICK ACTIONS
*activate*: Switch to workspace.
*close*: Close the workspace.
# ICONS
Additional to workspace name matching, the following *format-icons* can be set.
@ -67,4 +72,6 @@ Additional to workspace name matching, the following *format-icons* can be set.
- *#workspaces*
- *#workspaces button*
- *#workspaces button.focused*
- *#workspaces button.active*
- *#workspaces button.urgent*
- *#workspaces button.hidden*