summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-05-26 14:01:45 -0500
committerToby Vincent <tobyv13@gmail.com>2022-05-26 17:36:24 -0500
commit2c7609410d81cfa87cc4e41c17e8d07395f42a5f (patch)
treeed5195d7eb35949c1b6ae1e5aa1a8f70e2981dcd
parentc23330a249e22b2ea4c4e071b0cb7ea1074bfac9 (diff)
feat(streamlink): add streamlink twitch config
-rw-r--r--makefile1
-rw-r--r--streamlink/.config/streamlink/config.twitch11
-rw-r--r--zsh/.config/zsh/.zshrc1
3 files changed, 13 insertions, 0 deletions
diff --git a/makefile b/makefile
index b18fb76..10b69dd 100644
--- a/makefile
+++ b/makefile
@@ -23,6 +23,7 @@ stow: # Install configuration files
@stow spotify
@stow ssh
@stow starship
+ @stow streamlink
@stow sway
@stow tmux
@stow zsh
diff --git a/streamlink/.config/streamlink/config.twitch b/streamlink/.config/streamlink/config.twitch
new file mode 100644
index 0000000..53f0235
--- /dev/null
+++ b/streamlink/.config/streamlink/config.twitch
@@ -0,0 +1,11 @@
+player=mpv.exe
+player-args=--load-osd-console
+title=twitch.tv/{author} - {game} - {title}
+retry-open=1
+retry-streams=1
+default-stream=best
+hls-live-edge=5
+stream-segment-threads=4
+twitch-disable-hosting
+twitch-disable-ads
+twitch-low-latency \ No newline at end of file
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index aa47fe7..1761005 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -4,6 +4,7 @@ export DISABLE_AUTO_TITLE="true"
export HISTFILE=$XDG_STATE_HOME/zsh/history
export HISTSIZE=10000
export SAVEHIST=10000
+export GPG_TTY=$(tty)
setopt no_beep
setopt menu_complete