summaryrefslogtreecommitdiffstats
path: root/roles/hyprshare/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/hyprshare/templates')
-rw-r--r--roles/hyprshare/templates/xdph.conf.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/hyprshare/templates/xdph.conf.j2 b/roles/hyprshare/templates/xdph.conf.j2
new file mode 100644
index 00000000..317d27f7
--- /dev/null
+++ b/roles/hyprshare/templates/xdph.conf.j2
@@ -0,0 +1,7 @@
+screencopy {
+ max_fps = 60
+ allow_token_by_default = true
+{% if hyprshare_install_preview %}
+ custom_picker_binary = hyprland-preview-share-picker
+{% endif %}
+}