dotfiles/.local/bin/dmpv_open

5 lines
68 B
Plaintext
Raw Permalink Normal View History

2021-07-13 14:53:00 +00:00
#!/bin/bash
mpv $(xclip -o -sel clip) &
notify-send "Started mpv."