summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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