diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-06 02:00:27 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-06 03:11:08 +0100 |
| commit | 1a197ba880a21e31bc9b8aa35fe2b1b09005d119 (patch) | |
| tree | b450b868d1470419c161f2de46d59cbe8fd58865 | |
| parent | a25b55b7fcd7eb002993ed48ada376bf5cccfd2b (diff) | |
Move hyprland template files around for better structure
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 24 | ||||
| -rw-r--r-- | roles/hyprland/templates/hypr/autostart.conf.j2 (renamed from roles/hyprland/templates/autostart.conf.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/hypr/bindings.conf.j2 (renamed from roles/hyprland/templates/bindings.conf.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/hypr/hypridle.conf.j2 (renamed from roles/hyprland/templates/hypridle.conf.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/hypr/hyprland.conf.j2 (renamed from roles/hyprland/templates/hyprland.conf.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/hypr/hyprlock.conf.j2 (renamed from roles/hyprland/templates/hyprlock.conf.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/hypr/input.conf.j2 (renamed from roles/hyprland/templates/input.conf.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/hypr/looknfeel.conf.j2 (renamed from roles/hyprland/templates/looknfeel.conf.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/hypr/monitors.conf.j2 (renamed from roles/hyprland/templates/monitors.conf.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/hypr/rules.conf.j2 (renamed from roles/hyprland/templates/rules.conf.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/uwsm/env-hyprland.j2 (renamed from roles/hyprland/templates/uwsm-env-hyprland.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/uwsm/env.j2 (renamed from roles/hyprland/templates/uwsm-env.j2) | 0 | ||||
| -rw-r--r-- | roles/hyprland/templates/xdg-desktop-portal/portals.conf.j2 (renamed from roles/hyprland/templates/portals.conf.j2) | 0 |
13 files changed, 12 insertions, 12 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml index a86be17d..69e91c54 100644 --- a/roles/hyprland/tasks/main.yml +++ b/roles/hyprland/tasks/main.yml @@ -60,29 +60,29 @@ dest: "{{ item.dest }}" mode: "0644" loop: - - src: "autostart.conf.j2" + - src: "hypr/autostart.conf.j2" dest: "/etc/hypr/autostart.conf" - - src: "monitors.conf.j2" + - src: "hypr/monitors.conf.j2" dest: "/etc/hypr/monitors.conf" - - src: "input.conf.j2" + - src: "hypr/input.conf.j2" dest: "/etc/hypr/input.conf" - - src: "bindings.conf.j2" + - src: "hypr/bindings.conf.j2" dest: "/etc/hypr/bindings.conf" - - src: "looknfeel.conf.j2" + - src: "hypr/looknfeel.conf.j2" dest: "/etc/hypr/looknfeel.conf" - - src: "rules.conf.j2" + - src: "hypr/rules.conf.j2" dest: "/etc/hypr/rules.conf" - - src: "hyprlock.conf.j2" + - src: "hypr/hyprlock.conf.j2" dest: "/etc/hypr/hyprlock.conf" - - src: "hypridle.conf.j2" + - src: "hypr/hypridle.conf.j2" dest: "/etc/hypr/hypridle.conf" - - src: "hyprland.conf.j2" + - src: "hypr/hyprland.conf.j2" dest: "/etc/hypr/hyprland.conf" - - src: "uwsm-env.j2" + - src: "uwsm/env.j2" dest: "/etc/xdg/uwsm/env" - - src: "uwsm-env-hyprland.j2" + - src: "uwsm/env-hyprland.j2" dest: "/etc/xdg/uwsm/env-hyprland" - - src: "portals.conf.j2" + - src: "xdg-desktop-portal/portals.conf.j2" dest: "/etc/xdg/xdg-desktop-portal/portals.conf" - name: "Configure user defaults" diff --git a/roles/hyprland/templates/autostart.conf.j2 b/roles/hyprland/templates/hypr/autostart.conf.j2 index 36ecf73c..36ecf73c 100644 --- a/roles/hyprland/templates/autostart.conf.j2 +++ b/roles/hyprland/templates/hypr/autostart.conf.j2 diff --git a/roles/hyprland/templates/bindings.conf.j2 b/roles/hyprland/templates/hypr/bindings.conf.j2 index ee38d806..ee38d806 100644 --- a/roles/hyprland/templates/bindings.conf.j2 +++ b/roles/hyprland/templates/hypr/bindings.conf.j2 diff --git a/roles/hyprland/templates/hypridle.conf.j2 b/roles/hyprland/templates/hypr/hypridle.conf.j2 index e99b93be..e99b93be 100644 --- a/roles/hyprland/templates/hypridle.conf.j2 +++ b/roles/hyprland/templates/hypr/hypridle.conf.j2 diff --git a/roles/hyprland/templates/hyprland.conf.j2 b/roles/hyprland/templates/hypr/hyprland.conf.j2 index 5affafeb..5affafeb 100644 --- a/roles/hyprland/templates/hyprland.conf.j2 +++ b/roles/hyprland/templates/hypr/hyprland.conf.j2 diff --git a/roles/hyprland/templates/hyprlock.conf.j2 b/roles/hyprland/templates/hypr/hyprlock.conf.j2 index 0a2e2d0f..0a2e2d0f 100644 --- a/roles/hyprland/templates/hyprlock.conf.j2 +++ b/roles/hyprland/templates/hypr/hyprlock.conf.j2 diff --git a/roles/hyprland/templates/input.conf.j2 b/roles/hyprland/templates/hypr/input.conf.j2 index 51ddef45..51ddef45 100644 --- a/roles/hyprland/templates/input.conf.j2 +++ b/roles/hyprland/templates/hypr/input.conf.j2 diff --git a/roles/hyprland/templates/looknfeel.conf.j2 b/roles/hyprland/templates/hypr/looknfeel.conf.j2 index 768eafef..768eafef 100644 --- a/roles/hyprland/templates/looknfeel.conf.j2 +++ b/roles/hyprland/templates/hypr/looknfeel.conf.j2 diff --git a/roles/hyprland/templates/monitors.conf.j2 b/roles/hyprland/templates/hypr/monitors.conf.j2 index 266cb0af..266cb0af 100644 --- a/roles/hyprland/templates/monitors.conf.j2 +++ b/roles/hyprland/templates/hypr/monitors.conf.j2 diff --git a/roles/hyprland/templates/rules.conf.j2 b/roles/hyprland/templates/hypr/rules.conf.j2 index a635029a..a635029a 100644 --- a/roles/hyprland/templates/rules.conf.j2 +++ b/roles/hyprland/templates/hypr/rules.conf.j2 diff --git a/roles/hyprland/templates/uwsm-env-hyprland.j2 b/roles/hyprland/templates/uwsm/env-hyprland.j2 index ac2febbb..ac2febbb 100644 --- a/roles/hyprland/templates/uwsm-env-hyprland.j2 +++ b/roles/hyprland/templates/uwsm/env-hyprland.j2 diff --git a/roles/hyprland/templates/uwsm-env.j2 b/roles/hyprland/templates/uwsm/env.j2 index 4751c1b6..4751c1b6 100644 --- a/roles/hyprland/templates/uwsm-env.j2 +++ b/roles/hyprland/templates/uwsm/env.j2 diff --git a/roles/hyprland/templates/portals.conf.j2 b/roles/hyprland/templates/xdg-desktop-portal/portals.conf.j2 index 21946d90..21946d90 100644 --- a/roles/hyprland/templates/portals.conf.j2 +++ b/roles/hyprland/templates/xdg-desktop-portal/portals.conf.j2 |
