diff --git a/dot_tridactylrc b/dot_tridactylrc index e5a6758..005e91c 100644 --- a/dot_tridactylrc +++ b/dot_tridactylrc @@ -59,4 +59,15 @@ set hintnames numeric " Defaults to 300ms but I'm a 'move fast and close the wrong tabs' kinda chap set hintdelay 100 +" A few binds for mpv + + + +bind i composite hint -Jpipe img src | shellescape | !s xdg-open +bind o composite hint -Jpipe a href | shellescape | !s xdg-open +bind m composite hint -Jpipe a href | shellescape | !s mpv --really-quiet +bind w composite hint -Jpipe img src | shellescape | !s xdg-open +bind v composite hint -Jpipe a href | shellescape | !s xdg-open +bind c composite hint -Jpipe href | shellescape | !s tri xdg-open + " vim: set filetype=tridactyl