Skip to content

Commit

Permalink
xdph: add custom_picker_binary
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 13, 2024
1 parent 4b22972 commit 05f7e8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,6 @@ Config file `~/.config/hypr/xdph.conf` allows for these variables:

| variable | description | type | default value |
| -------- | --------------------------------------------------------- | ---- | ------------- |
| 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 |
| 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 |
| 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 |

0 comments on commit 05f7e8b

Please sign in to comment.