summaryrefslogtreecommitdiffstats
path: root/roles/hyprland/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-08 23:25:11 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-08 23:25:11 +0100
commitdc8f42e5666e9d498bd19b323f5e1c3b9440ba3f (patch)
tree550abf4f7f21d8cb5c4b289ed6a0765215d5aeee /roles/hyprland/tasks
parentc6d550560eabce057affdb91d9d1d8fe16bcc1cb (diff)
Move template files
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"