dotfiles/.local/bin/dmpv_open

5 lines
68 B
Bash
Executable File

#!/bin/bash
mpv $(xclip -o -sel clip) &
notify-send "Started mpv."