hyprlauncher: add ui:window_size

This commit is contained in:
Vaxry 2025-12-01 17:19:46 +00:00
parent 005fe0f678
commit 378a8612f3
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -53,3 +53,9 @@ Prefixes can only be one character.
| `desktop_launch_prefix` | Launch prefix for each desktop app, e.g. `uwsm app -- `. | string | empty |
| `desktop_icons` | Whether to enable desktop icons in the results. | bool | `true` |
#### UI
| option | description | type | default |
| -- | -- | -- | -- |
| window_size | the size of the launcher | vec2 | `400 260` |