From 9f52b4ed3bfe1afc17681158fb746b0b011dd7af Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Sat, 29 Jun 2024 22:03:56 +0200 Subject: [PATCH] Update Hyprland to 0.41.2 --- roles/desktop-environment/tasks/hyprland.yml | 4 ++-- .../templates/.config/hypr/hyprland.conf.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/desktop-environment/tasks/hyprland.yml b/roles/desktop-environment/tasks/hyprland.yml index d608b3d..5c332c0 100644 --- a/roles/desktop-environment/tasks/hyprland.yml +++ b/roles/desktop-environment/tasks/hyprland.yml @@ -63,7 +63,7 @@ ansible.builtin.git: repo: 'https://github.com/hyprwm/hyprutils.git' dest: /usr/local/src/hyprutils - version: v0.1.4 + version: v0.1.5 force: true recursive: true @@ -79,7 +79,7 @@ ansible.builtin.git: repo: 'https://github.com/hyprwm/Hyprland.git' dest: /usr/local/src/Hyprland - version: v0.41.1 + version: v0.41.2 force: true recursive: true diff --git a/roles/desktop-environment/templates/.config/hypr/hyprland.conf.j2 b/roles/desktop-environment/templates/.config/hypr/hyprland.conf.j2 index 03e1726..994f52e 100644 --- a/roles/desktop-environment/templates/.config/hypr/hyprland.conf.j2 +++ b/roles/desktop-environment/templates/.config/hypr/hyprland.conf.j2 @@ -77,7 +77,7 @@ animations { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + new_status = master orientation = right }