dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit c0dd2f024f309ef4e714f8c397cddfb7a6b3d46e
parent 3def66eefa8c2a5b36899ed7d88996238c5a9656
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  8 Mar 2022 21:27:04 +0000

use mpvsock for keybinding pause toggle

Diffstat:
Mzsh/.zsh/functions/mm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh/.zsh/functions/mm b/zsh/.zsh/functions/mm @@ -1,3 +1,3 @@ emulate -L zsh #mpv --audio-device=pulse/1 ytdl://ytsearch10:"$@" -mpv --volume=60 ytdl://ytsearch10:"$@" +mpv --input-ipc-server=/tmp/mpvsock --volume=60 ytdl://ytsearch10:"$@"