]> git.rmz.io Git - dotfiles.git/blobdiff - ranger/rifle.conf
bin: diary should not open a new terminal
[dotfiles.git] / ranger / rifle.conf
index 5b231d07b2649025742e6f30443910e8a2e03d6a..610f39bbc55df6a62da271442401b42bc6a68211 100644 (file)
@@ -51,6 +51,8 @@
 # Play videos with mpv
 match ^https?://www.youtube.com/watch\?, has mpv, X, terminal = mpv -- $1
 match ^https?://www.youtube.com/watch\?, has mpv, X, flag f   = mpv --quiet -- $1
+match ^https?://youtu.be/,               has mpv, X, terminal = mpv --quiet -- $1
+match ^https?://youtu.be/,               has mpv, X, flag f   = mpv --quiet -- $1
 
 # open web url with BROWSER
 match ^https?://, X, flag f = $BROWSER -- "$@"