chore: add chatterino for twitch chat and auto volume for mpv

This commit is contained in:
Patrick 2024-08-18 18:07:44 +02:00
parent 656a8d7a5f
commit dfe0c96e86
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 4 additions and 0 deletions

View file

@ -26,6 +26,8 @@
".config/WebCord" ".config/WebCord"
".local/share/TelegramDesktop" ".local/share/TelegramDesktop"
".cache/mpv"
# Folders for steam # Folders for steam
".local/share/Steam" ".local/share/Steam"
".steam" ".steam"

View file

@ -28,6 +28,7 @@
streamlink streamlink
streamlink-twitch-gui-bin streamlink-twitch-gui-bin
chatterino2
yt-dlp yt-dlp
@ -42,6 +43,7 @@
xdg.configFile."mpv/mpv.conf".text = '' xdg.configFile."mpv/mpv.conf".text = ''
vo=gpu-next vo=gpu-next
hwdec=auto-safe hwdec=auto-safe
volume=30
''; '';
xdg.configFile."mpv/input.conf".text = '' xdg.configFile."mpv/input.conf".text = ''
UP add volume 2 UP add volume 2