xdph: add custom_picker_binary

This commit is contained in:
Vaxry 2024-12-13 21:12:53 +00:00
parent 4b229720af
commit 05f7e8b8d7

View file

@ -189,3 +189,4 @@ Config file `~/.config/hypr/xdph.conf` allows for these variables:
| -------- | --------------------------------------------------------- | ---- | ------------- | | -------- | --------------------------------------------------------- | ---- | ------------- |
| max_fps | Maximum fps of a screensharing session. 0 means no limit. | int | 120 | | max_fps | Maximum fps of a screensharing session. 0 means no limit. | int | 120 |
| allow_token_by_default | If enabled, will tick the "Allow restore token" box by default | bool | false | | allow_token_by_default | If enabled, will tick the "Allow restore token" box by default | bool | false |
| custom_picker_binary | If non-empty, will use that **binary** as your share picker. Please note that it has to conform to the stdout selection layout of `hyprland-share-picker`. | bool | false |