Add XDPH Configuration

This commit is contained in:
Sravan Balaji
2025-04-27 16:40:06 -04:00
parent 81c5a49817
commit b16288f6f8
2 changed files with 16 additions and 0 deletions

View File

@@ -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

4
xdph.conf Normal file
View File

@@ -0,0 +1,4 @@
screencopy {
max_fps = 0
allow_token_by_default = false
}