summaryrefslogtreecommitdiff
path: root/seeme
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-12-01 16:59:06 -0800
committerBen Sima <ben@bsima.me>2019-12-01 16:59:13 -0800
commit18124356515a175ce7cfd2ea3c91948250cc0e86 (patch)
tree01e01d9d737210722e2e6372447b8053473119a1 /seeme
parent7d97affb78f173df9e8c140bc020aa8ae8c42efb (diff)
format
Diffstat (limited to 'seeme')
-rwxr-xr-xseeme14
1 files changed, 10 insertions, 4 deletions
diff --git a/seeme b/seeme
index 1c7c1f1..f57b837 100755
--- a/seeme
+++ b/seeme
@@ -4,7 +4,13 @@
# Window is positioned in the top-right corner, plus a small margin for systray
# This could be automatically calculated by parsing xrandr screen dimentions.
-ffplay -f video4linux2 -i /dev/video0 \
- -video_size 320x240 -noborder \
- -left 1590 -top 30
- -loglevel 0
+set -exo pipefail
+
+ffplay \
+ -f video4linux2 \
+ -i /dev/video0 \
+ -video_size 320x240 \
+ -noborder \
+ -left 1590 \
+ -top 830 \
+ -loglevel 0 \