mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
xdph: add config section
This commit is contained in:
parent
edcf958ebd
commit
c57024fb5b
1 changed files with 14 additions and 1 deletions
|
@ -8,7 +8,20 @@ allows for screensharing, global shortcuts, etc.
|
||||||
|
|
||||||
## Configuration
|
## 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
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue