Skip to content

Commit

Permalink
kanshi: remove the autoreloader noise
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Apr 29, 2024
1 parent 2aae96d commit e357e5d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
6 changes: 0 additions & 6 deletions roles/kanshi/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
state: directory
mode: 0755

- name: Template the helper script
ansible.builtin.template:
src: kanshi-wrapper.sh
dest: ~/.config/sway/scripts/kanshi/kanshi-wrapper.sh
mode: 0755

- name: Template sway plugin
ansible.builtin.include_role:
name: helper_sway_plugin
Expand Down
2 changes: 1 addition & 1 deletion roles/kanshi/templates/kanshi-plugin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exec "~/.config/sway/scripts/kanshi/kanshi-wrapper.sh &"
exec "pkill kanshi; kanshi"
15 changes: 0 additions & 15 deletions roles/kanshi/templates/kanshi-wrapper.sh

This file was deleted.

0 comments on commit e357e5d

Please sign in to comment.