chore: add chatterino for twitch chat and auto volume for mpv
This commit is contained in:
parent
656a8d7a5f
commit
dfe0c96e86
|
@ -26,6 +26,8 @@
|
|||
".config/WebCord"
|
||||
".local/share/TelegramDesktop"
|
||||
|
||||
".cache/mpv"
|
||||
|
||||
# Folders for steam
|
||||
".local/share/Steam"
|
||||
".steam"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
streamlink
|
||||
streamlink-twitch-gui-bin
|
||||
chatterino2
|
||||
|
||||
yt-dlp
|
||||
|
||||
|
@ -42,6 +43,7 @@
|
|||
xdg.configFile."mpv/mpv.conf".text = ''
|
||||
vo=gpu-next
|
||||
hwdec=auto-safe
|
||||
volume=30
|
||||
'';
|
||||
xdg.configFile."mpv/input.conf".text = ''
|
||||
UP add volume 2
|
||||
|
|
Loading…
Reference in a new issue