From b44d58d5eff7236479eb475e3f4e7d6526cfcaf3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun <chris@cochrun.xyz> Date: Thu, 7 Jul 2022 10:44:22 -0500 Subject: [PATCH] changing dlvideo to use konsole --- scripts/dlvideo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dlvideo b/scripts/dlvideo index 103f485..b5aa52a 100755 --- a/scripts/dlvideo +++ b/scripts/dlvideo @@ -1,3 +1,3 @@ #!/bin/sh -alacritty -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s ' $1 \ No newline at end of file +konsole -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s ' $1