#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/news abc () { local url='https://www.youtube.com/watch?v=w_Ma8oQLmSM' DISPLAY=:0 mpv \ --no-terminal \ --volume=45 \ $url & } sky () { local url='https://www.youtube.com/watch?v=9Auq9mYxFEE' DISPLAY=:0 mpv \ --no-terminal \ --video-pan-y=0.25 \ --volume=45 \ $url & } apress () { local url='https://www.youtube.com/channel/UC52X5wxOL_s5yw0dQk7NtgA' DISPLAY=:0 mpv \ --no-terminal \ --volume=45 \ $url & }