summaryrefslogtreecommitdiffstats
path: root/roles/hyprshare/handlers
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-06 03:09:35 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-06 03:29:52 +0100
commit0be05816e70bc0cc3ab6bf812fbf5515eddd6b8e (patch)
tree9c90647cc0801a8742d7d6ea544dc6b9a3e6dc22 /roles/hyprshare/handlers
parenta38bb05301efe2fb179a8dd622e16e8fd70250cb (diff)
Refactor hyprshare and abstract role dependencies
Diffstat (limited to 'roles/hyprshare/handlers')
-rw-r--r--roles/hyprshare/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/hyprshare/handlers/main.yml b/roles/hyprshare/handlers/main.yml
new file mode 100644
index 00000000..d77a519b
--- /dev/null
+++ b/roles/hyprshare/handlers/main.yml
@@ -0,0 +1,6 @@
+---
+- name: "Restart xdg-desktop-portal-hyprland"
+ ansible.builtin.systemd_service:
+ name: "xdg-desktop-portal-hyprland"
+ state: "restarted"
+ scope: "user"