diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 15:50:53 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 15:50:53 +0530 |
commit | 3956802dbf8eab51b26a05b3ba744008c2be44fd (patch) | |
tree | 6bc2e5849a2dea420c226dd1830623656dafacd8 /.config/zsh | |
parent | f9e6d67db727ed1bd1959668b06854c08e5bc8bf (diff) |
Pushing tint2 panel config
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 |