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 }