From b16288f6f8ed32b109b88d480ce89b5b8dcfc4d6 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 27 Apr 2025 16:40:06 -0400 Subject: [PATCH] Add XDPH Configuration --- README.org | 12 ++++++++++++ xdph.conf | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 xdph.conf diff --git a/README.org b/README.org index c3bf10e..5510a52 100644 --- a/README.org +++ b/README.org @@ -47,6 +47,7 @@ - [[#opengl][OpenGL]] - [[#render][Render]] - [[#ecosystem][Ecosystem]] +- [[#xdg-desktop-portal-hyprland][xdg-desktop-portal-hyprland]] - [[#waybar][Waybar]] - [[#start-configuration][Start Configuration]] - [[#bar][Bar]] @@ -702,6 +703,17 @@ ecosystem { } #+END_SRC +* xdg-desktop-portal-hyprland + +- [[https://wiki.hyprland.org/Hypr-Ecosystem/xdg-desktop-portal-hyprland/#configuration][Hyprland Wiki - Hypr Ecosystem - xdg-desktop-portal-hyprland - Configuration]] + +#+BEGIN_SRC conf :tangle xdph.conf +screencopy { + max_fps = 0 + allow_token_by_default = false +} +#+END_SRC + * Waybar ** Start Configuration diff --git a/xdph.conf b/xdph.conf new file mode 100644 index 0000000..b40ff0f --- /dev/null +++ b/xdph.conf @@ -0,0 +1,4 @@ +screencopy { + max_fps = 0 + allow_token_by_default = false +}