diff options
Diffstat (limited to 'roles/hyprland/tasks/main.yml')
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml index c0135a4e..e5e16b00 100644 --- a/roles/hyprland/tasks/main.yml +++ b/roles/hyprland/tasks/main.yml @@ -10,8 +10,6 @@ - "hyprsunset" - "hyprshot" - "hyprland" - - "xdg-desktop-portal-gnome" - - "xdg-desktop-portal-hyprland" state: "present" - name: "Ensure hyprland AUR packages are installed" @@ -76,8 +74,6 @@ dest: "/etc/hypr/hyprlock.conf" - src: "hypr/hypridle.conf.j2" dest: "/etc/hypr/hypridle.conf" - - src: "hypr/xdph.conf.j2" - dest: "/etc/hypr/xdph.conf" - src: "hypr/hyprland.conf.j2" dest: "/etc/hypr/hyprland.conf" - src: "uwsm/env.j2" @@ -111,17 +107,6 @@ # System defaults source = /etc/hypr/hypridle.conf - - name: "Configure user xdg-desktop-portal-hyprland" - ansible.builtin.blockinfile: - path: "{{ ansible_facts['env']['HOME'] }}/.config/hypr/xdph.conf" - state: "present" - prepend_newline: true - append_newline: true - marker: "# ==== {mark} ANSIBLE HYPRSHARE CONFIG" - block: | - # System defaults - source = /etc/hypr/xdph.conf - - name: "Copy hyprland scripts" become: true ansible.builtin.copy: |
