summaryrefslogtreecommitdiffstats
path: root/roles/hyprland/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/hyprland/tasks')
-rw-r--r--roles/hyprland/tasks/main.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml
index 8217923a..5255a318 100644
--- a/roles/hyprland/tasks/main.yml
+++ b/roles/hyprland/tasks/main.yml
@@ -45,25 +45,25 @@
dest: "{{ item.dest }}"
mode: "0644"
loop:
- - src: "hyprland/autostart.conf.j2"
+ - src: "autostart.conf.j2"
dest: "/etc/hypr/autostart.conf"
- - src: "hyprland/monitors.conf.j2"
+ - src: "monitors.conf.j2"
dest: "/etc/hypr/monitors.conf"
- - src: "hyprland/input.conf.j2"
+ - src: "input.conf.j2"
dest: "/etc/hypr/input.conf"
- - src: "hyprland/bindings.conf.j2"
+ - src: "bindings.conf.j2"
dest: "/etc/hypr/bindings.conf"
- - src: "hyprland/envs.conf.j2"
+ - src: "envs.conf.j2"
dest: "/etc/hypr/envs.conf"
- - src: "hyprland/looknfeel.conf.j2"
+ - src: "looknfeel.conf.j2"
dest: "/etc/hypr/looknfeel.conf"
- - src: "hyprland/rules.conf.j2"
+ - src: "rules.conf.j2"
dest: "/etc/hypr/rules.conf"
- - src: "hyprland/hyprlock.conf.j2"
+ - src: "hyprlock.conf.j2"
dest: "/etc/hypr/hyprlock.conf"
- - src: "hyprland/hypridle.conf.j2"
+ - src: "hypridle.conf.j2"
dest: "/etc/hypr/hypridle.conf"
- - src: "hyprland/hyprland.conf.j2"
+ - src: "hyprland.conf.j2"
dest: "/etc/hypr/hyprland.conf"
- name: "Configure user defaults"