Spotifyd and xremap services

This commit is contained in:
Elizabeth Hunt 2023-02-22 09:10:48 -07:00
parent 87983a830b
commit 8424345a84
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
4 changed files with 29 additions and 2 deletions

View File

@ -0,0 +1,15 @@
[Unit]
Description=A spotify playing daemon
Documentation=https://github.com/Spotifyd/spotifyd
Wants=sound.target
After=sound.target
Wants=network-online.target
After=network-online.target
[Service]
ExecStart=/usr/bin/spotifyd --config-path /home/lizzy/.config/spotifyd/spotifyd.conf --no-daemon
Restart=always
RestartSec=12
[Install]
WantedBy=default.target

View File

@ -0,0 +1,13 @@
[Unit]
Description=xremap on startup as user
[Service]
Type=oneshot
ExecStart=/usr/bin/xremap /home/lizzy/.config/xremap/config.yml
#Restart=always
#RuntimeMaxSec=1000s
#TimeoutSec=0
#RemainAfterExit=yes
[Install]
WantedBy=default.target

@ -1 +1 @@
Subproject commit 19c231b2518efe71cb6dade3ad4cf573377902c3
Subproject commit 6d4584f01dec0143a169186df1608860d1aa1ef0

1
.vimrc
View File

@ -22,7 +22,6 @@ set statusline+=\ %l:%c
highlight Normal ctermbg=NONE
highlight nonText ctermbg=NONE
highlight CursorLine ctermbg=255 ctermfg=NONE
highlight StatusLine ctermbg=255
highlight StatusLineTerm ctermbg=238 ctermfg=255
highlight StatusLineTermNC ctermbg=232 ctermfg=238