summaryrefslogtreecommitdiffstats
path: root/roles/hyprshare/handlers/main.yml
blob: d77a519b09eec4d5f1ac0f51ceb38ef1b15d26b7 (plain) (blame)
1
2
3
4
5
6
---
- name: "Restart xdg-desktop-portal-hyprland"
  ansible.builtin.systemd_service:
    name: "xdg-desktop-portal-hyprland"
    state: "restarted"
    scope: "user"