diff --git a/awesome/init.fnl b/awesome/init.fnl index db73508..d76401a 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -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") diff --git a/flameshot/flameshot.ini b/flameshot/flameshot.ini index 1c1971c..5b154ba 100644 --- a/flameshot/flameshot.ini +++ b/flameshot/flameshot.ini @@ -2,7 +2,7 @@ contrastOpacity=175 contrastUiColor=#db8800 disabledTrayIcon=true -drawColor=#00ffff +drawColor=#00ff00 drawThickness=75 saveAfterCopy=true saveAfterCopyPath=/home/chris/Pictures diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 64c42f2..5a342a2 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -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 diff --git a/systemd/user/jellyfin-mpv-shim.service b/systemd/user/jellyfin-mpv-shim.service new file mode 100644 index 0000000..7090ffa --- /dev/null +++ b/systemd/user/jellyfin-mpv-shim.service @@ -0,0 +1,8 @@ +[Unit] +Description=Jellyfin MPV + +[Service] +ExecStart=jellyfin-mpv-shim + +[Install] +WantedBy=default.target \ No newline at end of file