You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/Launcher.md
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Optionally displays a launchable set of favourites.
19
19
|`show_icons`|`boolean`|`true`| Whether to show app icons on the button. |
20
20
|`icon_size`|`integer`|`32`| Size to render icon at (image icons only). |
21
21
|`reversed`|`boolean`|`false`| Whether to reverse the order of favorites/items |
22
+
|`minimize_focused`|`boolean`|`true`| Whether to minimize a focused window when its icon is clicked. Only minimizes single windows. |
22
23
|`truncate.mode`|`'start'` or `'middle'` or `'end'` or `off`|`end`| The location of the ellipses and where to truncate text from. Applies to application names when `show_names` is enabled. |
23
24
|`truncate.length`|`integer`|`null`| The fixed width (in chars) of the widget. Leave blank to let GTK automatically handle. |
24
25
|`truncate.max_length`|`integer`|`null`| The maximum number of characters before truncating. Leave blank to let GTK automatically handle. |
0 commit comments