some small changes and adding systemd folder
This commit is contained in:
parent
86539765d8
commit
c475165bc6
|
@ -481,3 +481,4 @@
|
||||||
(awful.spawn "caffeine")
|
(awful.spawn "caffeine")
|
||||||
(awful.spawn "libinput-gestures-setup start")
|
(awful.spawn "libinput-gestures-setup start")
|
||||||
(awful.spawn "bluetoothctl power on")
|
(awful.spawn "bluetoothctl power on")
|
||||||
|
(awful.spawn "xset r rate 220 90")
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
contrastOpacity=175
|
contrastOpacity=175
|
||||||
contrastUiColor=#db8800
|
contrastUiColor=#db8800
|
||||||
disabledTrayIcon=true
|
disabledTrayIcon=true
|
||||||
drawColor=#00ffff
|
drawColor=#00ff00
|
||||||
drawThickness=75
|
drawThickness=75
|
||||||
saveAfterCopy=true
|
saveAfterCopy=true
|
||||||
saveAfterCopyPath=/home/chris/Pictures
|
saveAfterCopyPath=/home/chris/Pictures
|
||||||
|
|
|
@ -765,7 +765,7 @@ c.colors.webpage.darkmode.contrast = 0.5
|
||||||
## `colors.webpage.darkmode.threshold.background` to 205. - "With
|
## `colors.webpage.darkmode.threshold.background` to 205. - "With
|
||||||
## selective inversion of everything": Combines the two variants above.
|
## selective inversion of everything": Combines the two variants above.
|
||||||
## Type: Bool
|
## 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
|
## Render all colors as grayscale. This only has an effect when
|
||||||
## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or
|
## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or
|
||||||
|
|
8
systemd/user/jellyfin-mpv-shim.service
Normal file
8
systemd/user/jellyfin-mpv-shim.service
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Jellyfin MPV
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=jellyfin-mpv-shim
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in a new issue