Update Hyprland to 0.41.2

This commit is contained in:
Oliver Traber 2024-06-29 22:03:56 +02:00
parent 0bc70a8484
commit 9f52b4ed3b
Signed by: Bluemedia
GPG key ID: C0674B105057136C
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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
}