color role → desktop_environment role
Is this commit without too many change so that Git catches on the rename? Yes, yes it is.
This commit is contained in:
parent
fd580acf2c
commit
fda5b38ddb
6 changed files with 46 additions and 16 deletions
|
@ -0,0 +1,14 @@
|
|||
- 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"
|
Loading…
Add table
Add a link
Reference in a new issue