Use Hyprland instead of sway #1

Merged
Bluemedia merged 15 commits from hyprland into master 2024-06-01 01:39:10 +02:00
Showing only changes of commit 8059711634 - Show all commits

View file

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