parent
a5693c1964
commit
69286972bf
40 changed files with 41 additions and 744 deletions
5
sway/scripts/youtube.sh
Executable file
5
sway/scripts/youtube.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
url=$(wl-paste)
|
||||
notify-send "fetching video: ${url}"
|
||||
mpv --really-quiet $url > /dev/null 2>&1 &
|
Loading…
Add table
Add a link
Reference in a new issue