xdph: add config section

This commit is contained in:
Vaxry 2024-05-02 20:14:19 +01:00
parent edcf958ebd
commit c57024fb5b
1 changed files with 14 additions and 1 deletions

View File

@ -8,7 +8,20 @@ allows for screensharing, global shortcuts, etc.
## Configuration
No configuration.
Example:
```ini
screencopy {
max_fps = 60
}
```
Config file `~/.config/hypr/xdph.conf` allows for these variables:
### category screencopy
| variable | description | type | default value |
| -- | -- | -- | -- |
| max_fps | Maximum fps of a screensharing session. 0 means no limit. | int | 120 |
## Troubleshooting