some small changes and adding systemd folder

This commit is contained in:
Chris Cochrun 2021-04-06 10:58:56 -05:00
parent 86539765d8
commit c475165bc6
4 changed files with 11 additions and 2 deletions

View file

@ -481,3 +481,4 @@
(awful.spawn "caffeine")
(awful.spawn "libinput-gestures-setup start")
(awful.spawn "bluetoothctl power on")
(awful.spawn "xset r rate 220 90")

View file

@ -2,7 +2,7 @@
contrastOpacity=175
contrastUiColor=#db8800
disabledTrayIcon=true
drawColor=#00ffff
drawColor=#00ff00
drawThickness=75
saveAfterCopy=true
saveAfterCopyPath=/home/chris/Pictures

View file

@ -765,7 +765,7 @@ c.colors.webpage.darkmode.contrast = 0.5
## `colors.webpage.darkmode.threshold.background` to 205. - "With
## selective inversion of everything": Combines the two variants above.
## Type: Bool
c.colors.webpage.darkmode.enabled = True
c.colors.webpage.darkmode.enabled = False
## Render all colors as grayscale. This only has an effect when
## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or

View file

@ -0,0 +1,8 @@
[Unit]
Description=Jellyfin MPV
[Service]
ExecStart=jellyfin-mpv-shim
[Install]
WantedBy=default.target