From a9933887eca7a6885f6f738845f846a5f8f5a114 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 6 Oct 2020 21:43:04 +0200 Subject: Add ability to launch a video via a mpv from firefox It just send the url to an mpv instance, for example launched via mpv --idle --- config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 88d213a..338851b 100644 --- a/config.yaml +++ b/config.yaml @@ -94,6 +94,9 @@ dotfiles: d_zathura: src: config/zathura dst: ~/.config/zathura + d_waterfox: + src: waterfox + dst: ~/.waterfox profiles: unicorn: dotfiles: @@ -127,6 +130,7 @@ profiles: - d_picom - d_kitty - d_zathura + - d_waterfox pegasus: dotfiles: - d_i3pystatus @@ -156,6 +160,7 @@ profiles: - d_zsh - d_terminator - d_cava + - d_waterfox fenec: dotfiles: - d_i3pystatus @@ -187,3 +192,4 @@ profiles: - f_zshrc - d_zsh - d_zathura + - d_waterfox -- cgit v1.2.1