Use Hyprland instead of sway #1
|
@ -18,6 +18,7 @@
|
|||
# hyprcursor
|
||||
- libzip-dev
|
||||
- librsvg2-dev
|
||||
- libxcb-util-dev
|
||||
# Hyprland
|
||||
- libpango1.0-dev
|
||||
- libtomlplusplus-dev
|
||||
|
@ -43,7 +44,7 @@
|
|||
ansible.builtin.git:
|
||||
repo: 'https://github.com/hyprwm/Hyprland.git'
|
||||
dest: /usr/local/src/Hyprland
|
||||
version: v0.37.1
|
||||
version: v0.39.1
|
||||
force: true
|
||||
recursive: true
|
||||
|
||||
|
@ -51,7 +52,7 @@
|
|||
ansible.builtin.git:
|
||||
repo: 'https://github.com/hyprwm/hyprlang.git'
|
||||
dest: /usr/local/src/hyprlang
|
||||
version: v0.5.0
|
||||
version: v0.5.1
|
||||
force: true
|
||||
recursive: true
|
||||
|
||||
|
@ -59,7 +60,7 @@
|
|||
ansible.builtin.git:
|
||||
repo: 'https://github.com/hyprwm/hyprcursor.git'
|
||||
dest: /usr/local/src/hyprcursor
|
||||
version: v0.1.4
|
||||
version: v0.1.8
|
||||
force: true
|
||||
recursive: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue