Update templates
This commit is contained in:
parent
de93805323
commit
ceaec45f54
15 changed files with 33 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
import = [ "{{ xdg_config_dir }}/alacritty/include.toml" ]
|
import = [ "{{ xdg_config_dir }}/alacritty/include.toml" ]
|
||||||
|
|
||||||
[selection]
|
[selection]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
[user]
|
[user]
|
||||||
email = sonny871@hotmail.com
|
email = sonny871@hotmail.com
|
||||||
name = Sonny Bakker
|
name = Sonny Bakker
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
## {{ ansible_managed }}
|
||||||
|
#
|
||||||
##
|
##
|
||||||
## Configuration file for ncmpc (~/.config/ncmpc/config)
|
## Configuration file for ncmpc (~/.config/ncmpc/config)
|
||||||
##
|
##
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Music Player Daemon
|
Description=Music Player Daemon
|
||||||
Documentation=man:mpd(1) man:mpd.conf(5)
|
Documentation=man:mpd(1) man:mpd.conf(5)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
|
|
||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=/run/user/1000/mpd.socket
|
ListenStream=/run/user/1000/mpd.socket
|
||||||
ListenStream={{ mpd_listen_port }}
|
ListenStream={{ mpd_listen_port }}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
volume=100
|
volume=100
|
||||||
sub-auto=fuzzy
|
sub-auto=fuzzy
|
||||||
gpu-api=opengl
|
gpu-api=opengl
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
## Seek units are in seconds, but note that these are limited by keyframes
|
## Seek units are in seconds, but note that these are limited by keyframes
|
||||||
RIGHT seek 5
|
RIGHT seek 5
|
||||||
LEFT seek -5
|
LEFT seek -5
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
# /etc/pacman.conf
|
# /etc/pacman.conf
|
||||||
#
|
#
|
||||||
# Add environment specific settings in /etc/pacman.d/extra.conf
|
# Add environment specific settings in /etc/pacman.d/extra.conf
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
# Reflector configuration file for the systemd service.
|
# Reflector configuration file for the systemd service.
|
||||||
#
|
#
|
||||||
# Empty lines and lines beginning with "#" are ignored. All other lines should
|
# Empty lines and lines beginning with "#" are ignored. All other lines should
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=SSH key agent
|
Description=SSH key agent
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
|
#
|
||||||
# Add the following to your service unit to make use of this target:
|
# Add the following to your service unit to make use of this target:
|
||||||
# Wants=daily.target
|
# Wants=daily.target
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Timer which runs all services on a daily basis inside the daily.target.wants directory
|
Description=Timer which runs all services on a daily basis inside the daily.target.wants directory
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
# Add the following to your service unit to make use of this target:
|
# Add the following to your service unit to make use of this target:
|
||||||
# Wants=weekly.target
|
# Wants=weekly.target
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Timer which runs all services on a weekly basis inside the weekly.target.wants directory
|
Description=Timer which runs all services on a weekly basis inside the weekly.target.wants directory
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
#
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Tmux startup script
|
Description=Tmux startup script
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue