diff --git a/host_vars/zeus b/host_vars/zeus index d41cdad..348e08a 100644 --- a/host_vars/zeus +++ b/host_vars/zeus @@ -1,7 +1,7 @@ mobile_platform: true monitors: - - desc: "BOE 0x07C9 " + - desc: "BOE 0x07C9" output: "eDP-1" resolution: "1920x1080@60" background: @@ -10,12 +10,12 @@ monitors: workspaces: - id: 1 - monitor: "BOE 0x07C9 " + monitor: "BOE 0x07C9" default: true - id: 8 - monitor: "BOE 0x07C9 " + monitor: "BOE 0x07C9" - id: 9 - monitor: "BOE 0x07C9 " + monitor: "BOE 0x07C9" autostart: - command: "keepassxc" diff --git a/roles/desktop-environment/tasks/hyprland.yml b/roles/desktop-environment/tasks/hyprland.yml index 60aaf1f..d70f6a0 100644 --- a/roles/desktop-environment/tasks/hyprland.yml +++ b/roles/desktop-environment/tasks/hyprland.yml @@ -11,7 +11,14 @@ state: present update_cache: true -- name: Install build dependencies +- name: Install build dependencies (1/2) + become: yes + apt: + state: build-dep + name: + - wlroots + +- name: Install build dependencies (2/2) become: yes apt: state: latest @@ -21,16 +28,6 @@ - build-essential - cmake - meson - # Aquamarine - - hwdata - - libdrm-dev - - libseat-dev - - libinput-dev - - libgbm-dev - - libdisplay-info-dev - - libegl-dev - - libgles2-mesa-dev - - wayland-protocols # hyprland-scanner - libpugixml-dev # hyprcursor @@ -43,17 +40,10 @@ - uuid-dev - libxcb-errors-dev - libxcursor-dev - - libxkbcommon-dev - - libxcb1-dev - - libxcb-icccm4-dev - - libxcb-xfixes0-dev - - libxcb-composite0-dev - - libxcb-res0-dev # xdg-desktop-portal-hyprland - qt6-base-dev - libspa-0.2-dev - libpipewire-0.3-dev - - libsdbus-c++-dev - name: Create source folders become: yes @@ -83,7 +73,7 @@ ansible.builtin.git: repo: 'https://github.com/hyprwm/hyprwayland-scanner.git' dest: /usr/local/src/hyprwayland-scanner - version: v0.4.2 + version: v0.4.0 force: true recursive: true @@ -107,7 +97,7 @@ ansible.builtin.git: repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git' dest: /usr/local/src/xdg-desktop-portal-hyprland - version: v1.3.6 + version: v1.3.3 force: true recursive: true @@ -123,7 +113,7 @@ ansible.builtin.git: repo: 'https://github.com/hyprwm/Hyprland.git' dest: /usr/local/src/Hyprland - version: v0.43.0 + version: v0.42.0 force: true recursive: true