wlr/taskbar: add homogeneous to evenly distribute button widths

This commit is contained in:
Maik Broemme
2025-10-10 15:25:21 +02:00
parent 559079e9a6
commit 382b9daada
2 changed files with 19 additions and 1 deletions
+5
View File
@@ -57,6 +57,11 @@ Addressed by *wlr/taskbar*
default: false ++
If set to true, group tasks by their app_id. Cannot be used with 'active-first'.
*homogeneous*: ++
typeof: bool ++
default: false ++
If set to true, distribute every task button evenly across the taskbar's allocated width. Buttons will automatically resize so that 'N' visible tasks each take '1/N' of the width.
*on-click*: ++
typeof: string ++
The action which should be triggered when clicking on the application button with the left mouse button.