summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/mpvsel2
-rwxr-xr-x.local/bin/topa1
2 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/mpvsel b/.local/bin/mpvsel
index d93f8e7e..3ffd8e82 100755
--- a/.local/bin/mpvsel
+++ b/.local/bin/mpvsel
@@ -16,4 +16,4 @@ done
vformat="[height<=?$height][fps<=?$fps][vcodec!^=?vp9][vcodec!^=?av01]"
-mpv --ytdl-format="bestvideo$vformat+bestaudio/best$vformat" --ytdl-raw-options='write-sub=,sub-lang="en,en-US,en-GB,zh-CN,zh-Hans,zh-Hant,zh-HK,zh-SG,zh-TW"' --fs --speed=2 "$(xsel -ob)"
+mpv --ytdl-format="bestvideo$vformat+bestaudio/best$vformat" --ytdl-raw-options='write-sub=,sub-lang="en,en-US,en-GB,zh-CN,zh-Hans,zh-Hant,zh-HK,zh-SG,zh-TW"' --fs --speed=2 "$(xsel -ob)" || notify-send "mpvsel failed"
diff --git a/.local/bin/topa b/.local/bin/topa
index a0b502e4..a69d917b 100755
--- a/.local/bin/topa
+++ b/.local/bin/topa
@@ -4,4 +4,3 @@ alacritty -e radeontop &
alacritty -e sudo nethogs &
alacritty -e sudo iotop &
htop
-