diff options
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 2 | ||||
-rwxr-xr-x | .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 ' <b>'. $file_name . '</b> started downloading' ); $ret = -1; - if ($a eq "fetch") { + if ($a eq "youtube-dl") { (undef, undef, $ret) = capture { system(YTDL_PATH, $url); }; |