-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.yml
More file actions
25 lines (21 loc) · 873 Bytes
/
main.yml
File metadata and controls
25 lines (21 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
# Optional greetd integration config to deploy (multiline string)
# This allows running a greetd-gtkgreet session via Wayfire, which in turn
# spawns a proper Wayfire session after login
wayfire_greetd_config: ''
# List of Wayfire related packages to install
wayfire_packages:
- polkit
- wf-config
- wayfire
# List of Pacman repositories to configure
wayfire_repositories:
- name: karras
server: https://github.com/karras/aur-package-builds/releases/download/v2.1.0
key: https://raw.githubusercontent.com/karras/aur-package-builds/main/builder_public_key.asc
key_id: 25267573FD638312C5EBE4C40C758F9503EDE7AF
# Optional wrapper script to deploy (multiline string)
# It can be desired to run Wayfire via wrapper script, which takes care of
# setting additional environment vars first (e.g. `XDG`) before starting
# Wayfire
wayfire_run_wrapper: ''