Spotifyd and xremap services
This commit is contained in:
parent
87983a830b
commit
8424345a84
15
.config/systemd/user/spotifyd.service
Normal file
15
.config/systemd/user/spotifyd.service
Normal 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
|
13
.config/systemd/user/xremap.service
Normal file
13
.config/systemd/user/xremap.service
Normal 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
1
.vimrc
@ -22,7 +22,6 @@ set statusline+=\ %l:%c
|
|||||||
|
|
||||||
highlight Normal ctermbg=NONE
|
highlight Normal ctermbg=NONE
|
||||||
highlight nonText ctermbg=NONE
|
highlight nonText ctermbg=NONE
|
||||||
highlight CursorLine ctermbg=255 ctermfg=NONE
|
|
||||||
highlight StatusLine ctermbg=255
|
highlight StatusLine ctermbg=255
|
||||||
highlight StatusLineTerm ctermbg=238 ctermfg=255
|
highlight StatusLineTerm ctermbg=238 ctermfg=255
|
||||||
highlight StatusLineTermNC ctermbg=232 ctermfg=238
|
highlight StatusLineTermNC ctermbg=232 ctermfg=238
|
||||||
|
Loading…
Reference in New Issue
Block a user