Update Hyprland to 0.41.2
This commit is contained in:
parent
0bc70a8484
commit
9f52b4ed3b
|
@ -63,7 +63,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/hyprutils.git'
|
repo: 'https://github.com/hyprwm/hyprutils.git'
|
||||||
dest: /usr/local/src/hyprutils
|
dest: /usr/local/src/hyprutils
|
||||||
version: v0.1.4
|
version: v0.1.5
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/Hyprland.git'
|
repo: 'https://github.com/hyprwm/Hyprland.git'
|
||||||
dest: /usr/local/src/Hyprland
|
dest: /usr/local/src/Hyprland
|
||||||
version: v0.41.1
|
version: v0.41.2
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ animations {
|
||||||
|
|
||||||
master {
|
master {
|
||||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||||
new_is_master = true
|
new_status = master
|
||||||
orientation = right
|
orientation = right
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue