diff options
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index d9787d0..2831fc8 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -73,6 +73,8 @@ title() { srecord() { ffmpeg -f x11grab -s 1366x768 -i :0.0 $@ } +# get webcam output in mpv +alias webcam="mpv av://v4l2:/dev/video0 --profile=low-latency --untimed" neofetch exa |