Compare commits
No commits in common. "3893b0af537fdf58f2d986da4f46af0347da5b4a" and "71e7f328469d34c8e70768e3c1d46a8f281dafb9" have entirely different histories.
3893b0af53
...
71e7f32846
|
@ -1,7 +1,7 @@
|
||||||
mobile_platform: true
|
mobile_platform: true
|
||||||
|
|
||||||
monitors:
|
monitors:
|
||||||
- desc: "BOE 0x07C9 "
|
- desc: "BOE 0x07C9"
|
||||||
output: "eDP-1"
|
output: "eDP-1"
|
||||||
resolution: "1920x1080@60"
|
resolution: "1920x1080@60"
|
||||||
background:
|
background:
|
||||||
|
@ -10,12 +10,12 @@ monitors:
|
||||||
|
|
||||||
workspaces:
|
workspaces:
|
||||||
- id: 1
|
- id: 1
|
||||||
monitor: "BOE 0x07C9 "
|
monitor: "BOE 0x07C9"
|
||||||
default: true
|
default: true
|
||||||
- id: 8
|
- id: 8
|
||||||
monitor: "BOE 0x07C9 "
|
monitor: "BOE 0x07C9"
|
||||||
- id: 9
|
- id: 9
|
||||||
monitor: "BOE 0x07C9 "
|
monitor: "BOE 0x07C9"
|
||||||
|
|
||||||
autostart:
|
autostart:
|
||||||
- command: "keepassxc"
|
- command: "keepassxc"
|
||||||
|
|
|
@ -11,7 +11,14 @@
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
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
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
state: latest
|
state: latest
|
||||||
|
@ -21,16 +28,6 @@
|
||||||
- build-essential
|
- build-essential
|
||||||
- cmake
|
- cmake
|
||||||
- meson
|
- meson
|
||||||
# Aquamarine
|
|
||||||
- hwdata
|
|
||||||
- libdrm-dev
|
|
||||||
- libseat-dev
|
|
||||||
- libinput-dev
|
|
||||||
- libgbm-dev
|
|
||||||
- libdisplay-info-dev
|
|
||||||
- libegl-dev
|
|
||||||
- libgles2-mesa-dev
|
|
||||||
- wayland-protocols
|
|
||||||
# hyprland-scanner
|
# hyprland-scanner
|
||||||
- libpugixml-dev
|
- libpugixml-dev
|
||||||
# hyprcursor
|
# hyprcursor
|
||||||
|
@ -43,17 +40,10 @@
|
||||||
- uuid-dev
|
- uuid-dev
|
||||||
- libxcb-errors-dev
|
- libxcb-errors-dev
|
||||||
- libxcursor-dev
|
- libxcursor-dev
|
||||||
- libxkbcommon-dev
|
|
||||||
- libxcb1-dev
|
|
||||||
- libxcb-icccm4-dev
|
|
||||||
- libxcb-xfixes0-dev
|
|
||||||
- libxcb-composite0-dev
|
|
||||||
- libxcb-res0-dev
|
|
||||||
# xdg-desktop-portal-hyprland
|
# xdg-desktop-portal-hyprland
|
||||||
- qt6-base-dev
|
- qt6-base-dev
|
||||||
- libspa-0.2-dev
|
- libspa-0.2-dev
|
||||||
- libpipewire-0.3-dev
|
- libpipewire-0.3-dev
|
||||||
- libsdbus-c++-dev
|
|
||||||
|
|
||||||
- name: Create source folders
|
- name: Create source folders
|
||||||
become: yes
|
become: yes
|
||||||
|
@ -83,7 +73,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/hyprwayland-scanner.git'
|
repo: 'https://github.com/hyprwm/hyprwayland-scanner.git'
|
||||||
dest: /usr/local/src/hyprwayland-scanner
|
dest: /usr/local/src/hyprwayland-scanner
|
||||||
version: v0.4.2
|
version: v0.4.0
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
@ -107,7 +97,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git'
|
repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git'
|
||||||
dest: /usr/local/src/xdg-desktop-portal-hyprland
|
dest: /usr/local/src/xdg-desktop-portal-hyprland
|
||||||
version: v1.3.6
|
version: v1.3.3
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
@ -123,7 +113,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.43.0
|
version: v0.42.0
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue