mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Implement strip_workspace_name.
This commit is contained in:
parent
001ec1f3fd
commit
4bd46fb079
16 changed files with 88 additions and 32 deletions
|
|
@ -68,6 +68,7 @@ struct swaybar_workspace {
|
|||
struct wl_list link; // swaybar_output::workspaces
|
||||
int num;
|
||||
char *name;
|
||||
char *label;
|
||||
bool focused;
|
||||
bool visible;
|
||||
bool urgent;
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ struct swaybar_config {
|
|||
char *hidden_state;
|
||||
char *modifier;
|
||||
bool strip_workspace_numbers;
|
||||
bool strip_workspace_name;
|
||||
bool binding_mode_indicator;
|
||||
bool wrap_scroll;
|
||||
bool workspace_buttons;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue