diff options
-rwxr-xr-x | .local/bin/linkview | 2 | ||||
-rwxr-xr-x | .local/bin/scr2 | 4 | ||||
-rwxr-xr-x | .local/bin/scr3 | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview index ca07feb..1141c9d 100755 --- a/.local/bin/linkview +++ b/.local/bin/linkview @@ -152,7 +152,7 @@ sub open_link if (not $pid2) { (undef, undef, $ret) = capture { if ($quality eq 'uncap') { - system(YTDL_PATH . ' -f \'bestvideo*+bestaudio/best\' --newline --add-metadata ' . $url . ' >' . $tmpfile); + system(YTDL_PATH . ' --newline --add-metadata ' . $url . ' >' . $tmpfile); } elsif ($quality eq '1440') { system(YTDL_PATH . " -f '308+140' --newline --add-metadata " . $url . ' >' . $tmpfile); diff --git a/.local/bin/scr2 b/.local/bin/scr2 index 24c1b64..48a4a03 100755 --- a/.local/bin/scr2 +++ b/.local/bin/scr2 @@ -2,11 +2,11 @@ xrandr \ --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ - --output DP-0 --mode 1680x1050 --pos 1920x0 --rotate normal \ + --output DP-0 --off \ --output DP-1 --off \ --output DP-2 --off \ --output DP-3 --off \ - --output DP-4 --off \ + --output DP-4 --mode 1680x1050 --pos 1920x0 --rotate normal \ --output DP-5 --off setwp "$HOME"/pics/wp.png diff --git a/.local/bin/scr3 b/.local/bin/scr3 index f94fb6c..17b9fe7 100755 --- a/.local/bin/scr3 +++ b/.local/bin/scr3 @@ -2,11 +2,11 @@ xrandr \ --output HDMI-0 --primary --mode 1920x1080 --pos 1440x0 --rotate normal \ - --output DP-0 --mode 1680x1050 --pos 3360x0 --rotate normal \ + --output DP-0 --off \ --output DP-1 --off \ - --output DP-2 --off \ + --output DP-2 --mode 1440x900 --pos 0x0 --rotate normal \ --output DP-3 --off \ - --output DP-4 --mode 1440x900 --pos 0x0 --rotate normal \ + --output DP-4 --mode 1680x1050 --pos 3360x0 --rotate normal \ --output DP-5 --off |