From f5834e6a1e28fef87c92df2f5e8d22971e128ce3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 1 Dec 2020 21:56:59 +0100 Subject: Update --- .config/dunst/dunstrc | 2 +- .local/bin/linkview | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 387d0b9..72f7520 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -23,7 +23,7 @@ sort = yes idle_threshold = 120 - font = NotoSans Nerd Font 16 + font = NotoSans Nerd Font 14 line_height = 0 markup = full diff --git a/.local/bin/linkview b/.local/bin/linkview index 3653f42..ccdef7c 100755 --- a/.local/bin/linkview +++ b/.local/bin/linkview @@ -98,7 +98,7 @@ sub open_link ' '. $file_name . ' started downloading' ); $ret = -1; - if ($a eq "fetch") { + if ($a eq "youtube-dl") { (undef, undef, $ret) = capture { system(YTDL_PATH, $url); }; -- cgit v1.2.3