mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Implement strip_workspace_name.
This commit is contained in:
parent
001ec1f3fd
commit
4bd46fb079
16 changed files with 88 additions and 32 deletions
|
|
@ -25,6 +25,7 @@ static struct cmd_handler bar_handlers[] = {
|
|||
{ "secondary_button", bar_cmd_secondary_button },
|
||||
{ "separator_symbol", bar_cmd_separator_symbol },
|
||||
{ "status_command", bar_cmd_status_command },
|
||||
{ "strip_workspace_name", bar_cmd_strip_workspace_name },
|
||||
{ "strip_workspace_numbers", bar_cmd_strip_workspace_numbers },
|
||||
{ "tray_output", bar_cmd_tray_output },
|
||||
{ "tray_padding", bar_cmd_tray_padding },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue