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"
|
".config/WebCord"
|
||||||
".local/share/TelegramDesktop"
|
".local/share/TelegramDesktop"
|
||||||
|
|
||||||
|
".cache/mpv"
|
||||||
|
|
||||||
# Folders for steam
|
# Folders for steam
|
||||||
".local/share/Steam"
|
".local/share/Steam"
|
||||||
".steam"
|
".steam"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue