Add a script to launch sway on FreeBSD.

This commit is contained in:
Tom Alexander
2022-10-17 15:15:09 -04:00
parent 172b4063ee
commit 1f408202f1
4 changed files with 49 additions and 0 deletions

View File

@@ -35,3 +35,14 @@
loop:
- seatd
- dbus
- name: Install scripts
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0755
owner: root
group: wheel
loop:
- src: launch_sway.bash
dest: /usr/local/bin/launch_sway