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