diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index ecc566c..4b93140 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -3,7 +3,7 @@ # Use GPU-accelerated video output by default. vo=gpu # Enable best HW decoder, turn off software decoding. -hwdec=auto +# hwdec=auto # Keep the player open when a file's end is reached. keep-open=yes # Color log messages on the terminal. diff --git a/install.sh b/install.sh index bc4408b..50ec12b 100755 --- a/install.sh +++ b/install.sh @@ -124,7 +124,7 @@ if [[ "$confirm" =~ ^[Yy]$ ]]; then mv ~/.local/share/nvim{,.bak} mv ~/.local/state/nvim{,.bak} mv ~/.cache/nvim{,.bak} - git clone --depth=1 git@github.com:krolyxon/nvim.git ~/.config/nvim + git clone --depth=1 https://github.com/krolyxon/nvim.git ~/.config/nvim fi ## Change default shell to zsh