diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-06 03:09:35 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-06 03:29:52 +0100 |
| commit | 0be05816e70bc0cc3ab6bf812fbf5515eddd6b8e (patch) | |
| tree | 9c90647cc0801a8742d7d6ea544dc6b9a3e6dc22 /roles/hyprshare/templates | |
| parent | a38bb05301efe2fb179a8dd622e16e8fd70250cb (diff) | |
Refactor hyprshare and abstract role dependencies
Diffstat (limited to 'roles/hyprshare/templates')
| -rw-r--r-- | roles/hyprshare/templates/xdph.conf.j2 | 7 |
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 %} +} |
