diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-15 13:08:54 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-15 13:08:54 +0530 |
commit | 593c41b67d71b21ed8907bb56668ee27671bde25 (patch) | |
tree | 4b31bc9f1b62a7e928acb18ad12e371fae24b3db /.config | |
parent | 48e68c8ee112e478292b2723a844da184de823d3 (diff) |
moved webcam to another script for use with dmenu
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 974b868..5784239 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -74,8 +74,6 @@ 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 |