Fix launching kanshi on Linux.

This commit is contained in:
Tom Alexander
2023-03-25 09:57:16 -04:00
parent 5bfb148ac7
commit 43ab2d4260
6 changed files with 16 additions and 42 deletions

View File

@@ -22,6 +22,16 @@
- src: config_kanshi
dest: .config/kanshi/config
- name: Configure sway_config_files
copy:
src: "files/sway_config_files/{{ item }}.conf"
dest: "{{ account_homedir.stdout }}/.config/sway/config.d/{{ item }}.conf"
mode: 0600
owner: "{{ account_name.stdout }}"
group: "{{ group_name.stdout }}"
loop:
- exec_kanshi
- import_tasks: tasks/peruser_freebsd.yaml
when: 'os_flavor == "freebsd"'