-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconverge.yml
More file actions
35 lines (29 loc) · 1.18 KB
/
converge.yml
File metadata and controls
35 lines (29 loc) · 1.18 KB
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
26
27
28
29
30
31
32
33
34
35
---
- name: Converge
hosts: all
gather_facts: true
tasks:
- name: Include role wayfire
ansible.builtin.include_role:
name: karras.linux_client.wayfire
vars:
wayfire_greetd_config: |
[autostart]
autostart_wf_shell = false
dm = gtkgreet -l -s /etc/greetd/gtkgreet.css && wayland-logout
[core]
plugins = autostart
vheight = 1
vwidth = 1
xwayland = false
wayfire_run_wrapper: |
export XDG_CONFIG_HOME="$HOME/.local/etc"
export XDG_CACHE_HOME="$HOME/.local/var/cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/var/lib"
systemctl --user set-environment XDG_CONFIG_HOME="$HOME/.local/etc"
systemctl --user set-environment WAYLAND_DISPLAY=wayland-1
systemctl --user set-environment WAYFIRE_SOCKET=/tmp/wayfire-wayland-1.socket
systemctl --user set-environment $(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator)
export $(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator)
wayfire