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 /.scripts | |
parent | 48e68c8ee112e478292b2723a844da184de823d3 (diff) |
moved webcam to another script for use with dmenu
Diffstat (limited to '.scripts')
-rwxr-xr-x | .scripts/play-webcam.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.scripts/play-webcam.sh b/.scripts/play-webcam.sh new file mode 100755 index 0000000..0bc71ca --- /dev/null +++ b/.scripts/play-webcam.sh @@ -0,0 +1 @@ +mpv av://v4l2:/dev/video0 --profile=low-latency --untimed |