diff options
Diffstat (limited to '.i3/scripts/spawndl')
| -rwxr-xr-x | .i3/scripts/spawndl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.i3/scripts/spawndl b/.i3/scripts/spawndl new file mode 100755 index 0000000..a419041 --- /dev/null +++ b/.i3/scripts/spawndl @@ -0,0 +1,2 @@ +#!/bin/bash +i3 exec "st -n dl -e youtube-dl $1" |
