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