1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00

Fish: ydl4 and 72 hz functions

This commit is contained in:
Phantop 2020-01-26 13:38:03 -05:00
parent 8bbdadc2b9
commit bbfdec393b
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# Defined in /tmp/fish.73stHk/72.fish @ line 1
function 72
xrandr --newmode (cvt 1920 1080 72 | tail -n1 | cut -d' ' -f2- | tr ' ' \n | awk '$1=$1')
xrandr --addmode (xrandr --listactivemonitors | tail -n1 | cut -d' ' -f5- | awk '$1=$1') (cvt 1920 1080 72 | tail -n1 | cut -d' ' -f2)
xrandr --output (xrandr --listactivemonitors | tail -n1 | cut -d' ' -f5- | awk '$1=$1') --mode (cvt 1920 1080 72 | tail -n1 | cut -d' ' -f2)
end

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.nB8upe/ydl4.fish @ line 2
function ydl4 --description 'alias ydl4 ydl --format mp4'
ydl --format mp4 $argv;
end