diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-09-05 14:00:57 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-09-05 14:00:57 +0200 |
commit | ea615f19f8f26f1c43ce4cf33d2909a497ed4cb5 (patch) | |
tree | f6c042950cbd627b4603c379586d47c0f37e966d /.local/bin/linkview | |
parent | update (diff) | |
download | dotfiles-bsd-ea615f19f8f26f1c43ce4cf33d2909a497ed4cb5.tar.gz dotfiles-bsd-ea615f19f8f26f1c43ce4cf33d2909a497ed4cb5.tar.bz2 dotfiles-bsd-ea615f19f8f26f1c43ce4cf33d2909a497ed4cb5.tar.xz dotfiles-bsd-ea615f19f8f26f1c43ce4cf33d2909a497ed4cb5.tar.zst dotfiles-bsd-ea615f19f8f26f1c43ce4cf33d2909a497ed4cb5.zip |
update, new scripts
Diffstat (limited to '.local/bin/linkview')
-rwxr-xr-x | .local/bin/linkview | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview index 83b7cc8..20f23ae 100755 --- a/.local/bin/linkview +++ b/.local/bin/linkview @@ -33,6 +33,7 @@ use constant PROG_LIST => "" . "w3m" . "\n" . "firefox" . "\n"; use constant QUAL_LIST => "" . +"1440" . "\n" . "1080" . "\n" . "720" . "\n" . "480" . "\n" . @@ -80,7 +81,7 @@ sub open_link $ret = -1; if ($a eq "youtube-dl") { $list = QUAL_LIST; - $quality = `printf "$list" | dmenu -i -l 7 -m 0`; + $quality = `printf "$list" | dmenu -i -l 8 -m 0`; if (not $quality) { exit 0; } |