From c57024fb5bfc6fea4a255a27eae2e2ad7b68e92f Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 2 May 2024 20:14:19 +0100 Subject: [PATCH] xdph: add config section --- .../Hypr Ecosystem/xdg-desktop-portal-hyprland.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md b/pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md index dcacb3c..51b66f9 100644 --- a/pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md +++ b/pages/Hypr Ecosystem/xdg-desktop-portal-hyprland.md @@ -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