diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-07 23:10:41 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-07 23:10:41 +0100 |
| commit | 7c95b96470eccafcce19c08808ab87a1320d30b4 (patch) | |
| tree | 029d7586e203c8a62adf024d5d43f7a7cd7d7df9 /roles/hyprland/tasks | |
| parent | 3bf51b5cac6fd060f5159687f6870236165007fe (diff) | |
Fix hyprland after updating to 0.53 and add window rules
Diffstat (limited to 'roles/hyprland/tasks')
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml index 855b1f67..5afb6f1e 100644 --- a/roles/hyprland/tasks/main.yml +++ b/roles/hyprland/tasks/main.yml @@ -51,5 +51,7 @@ dest: "/etc/hypr/envs.conf" - src: "hyprland/looknfeel.conf.j2" dest: "/etc/hypr/looknfeel.conf" + - src: "hyprland/rules.conf.j2" + dest: "/etc/hypr/rules.conf" - src: "hyprland/hyprland.conf.j2" dest: "/etc/hypr/hyprland.conf" |
