Use import setting for alacritty
This commit is contained in:
parent
e290f5ae0a
commit
742a30faee
3 changed files with 12 additions and 8 deletions
|
|
@ -43,6 +43,7 @@
|
|||
- { src: 'templates/mpd/ncmpc.j2', dest: '{{ ncmpc_configuration_dir }}/config' }
|
||||
notify:
|
||||
- stop mpd service
|
||||
# TODO: install https://aur.archlinux.org/mpd-mpris-bin.git from AUR
|
||||
# Use mpc to control local mpd server.
|
||||
# Use $ mpc add http://{{ mpd_remote_address }}:{{ mpd_remote_stream_port }}
|
||||
# to add the HTTP stream to the playlist.
|
||||
|
|
|
|||
|
|
@ -50,9 +50,9 @@
|
|||
state: directory
|
||||
|
||||
- name: copy alacritty configuration
|
||||
copy:
|
||||
template:
|
||||
dest: '{{ xdg_config_dir }}/alacritty/alacritty.toml'
|
||||
src: 'files/alacritty.toml'
|
||||
src: 'templates/alacritty.j2'
|
||||
|
||||
- name: enable fstrim timer
|
||||
become: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue