Merge pull request #1932 from ldelossa/wlr-taskbar-sort-app-id

This commit is contained in:
Alex
2023-04-03 09:42:19 +02:00
committed by GitHub
3 changed files with 54 additions and 37 deletions

View File

@ -52,6 +52,11 @@ Addressed by *wlr/taskbar*
default: false ++
If set to true, always reorder the tasks in the taskbar so that the currently active one is first. Otherwise don't reorder.
*sort-by-app-id*: ++
typeof: bool ++
default: false ++
If set to true, group tasks by their app_id. Cannot be used with 'active-first'.
*on-click*: ++
typeof: string ++
The action which should be triggered when clicking on the application button with the left mouse button.