diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-01 21:56:59 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-01 21:56:59 +0100 |
commit | f5834e6a1e28fef87c92df2f5e8d22971e128ce3 (patch) | |
tree | e6c34cf6c2febf7011fedacab9b73179a6939436 | |
parent | fix (diff) | |
download | dotfiles-bsd-f5834e6a1e28fef87c92df2f5e8d22971e128ce3.tar.gz dotfiles-bsd-f5834e6a1e28fef87c92df2f5e8d22971e128ce3.tar.bz2 dotfiles-bsd-f5834e6a1e28fef87c92df2f5e8d22971e128ce3.tar.xz dotfiles-bsd-f5834e6a1e28fef87c92df2f5e8d22971e128ce3.tar.zst dotfiles-bsd-f5834e6a1e28fef87c92df2f5e8d22971e128ce3.zip |
Update
-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); }; |