dotfiles/config/automatrop/roles/desktop_environment/handlers/main.yml
Geoffrey Frogeye fda5b38ddb
color role → desktop_environment role
Is this commit without too many change so that Git catches on the
rename?
Yes, yes it is.
2021-06-18 21:55:41 +02:00

15 lines
421 B
YAML

- name: xrdb-reload
command: "xrdb -I{{ ansible_env.HOME }} {{ ansible_env.HOME }}/.config/Xresources/main"
- name: i3-reload
command: i3-msg reload
- name: shell-reload
command: "{{ ansible_env.HOME }}/.local/bin/colorSchemeApply"
- name: fzf-reload
shell: "source {{ ansible_env.HOME }}/.local/bin/colorSchemeApplyFzf"
- name: qutebrowser-reload
shell: "! pgrep qutebrowser || qutebrowser :config-source"