feat(sway): add sway systemd trigger
This commit is contained in:
parent
43daa9a5e6
commit
5055fefcf8
4 changed files with 23 additions and 0 deletions
11
ansible/roles/sway/tasks/main.yaml
Normal file
11
ansible/roles/sway/tasks/main.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
- name: Add sway systemd target
|
||||
become: true
|
||||
template:
|
||||
src: "systemd/targets/sway-session.target"
|
||||
dest: /etc/systemd/user/sway-session.target
|
||||
|
||||
- name: Add sway config
|
||||
become: true
|
||||
template:
|
||||
src: "sway_systemd_trigger_target"
|
||||
dest: /etc/sway/config.d/10-systemd-target
|
||||
Loading…
Add table
Add a link
Reference in a new issue