summaryrefslogtreecommitdiff
path: root/seeme
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-10 10:25:01 -0700
committerBen Sima <ben@bsima.me>2019-04-10 10:25:01 -0700
commit60d5cb20cdb0e84918a43228eb86218285d945b4 (patch)
treeb04899333e8fd4bdf6d2b3d65594987b43e432cf /seeme
parent408611b21c4a085477acdc41fdc75e94e86a9504 (diff)
move window to top-right
Diffstat (limited to 'seeme')
-rwxr-xr-xseeme6
1 files changed, 3 insertions, 3 deletions
diff --git a/seeme b/seeme
index 1038614..1c7c1f1 100755
--- a/seeme
+++ b/seeme
@@ -1,10 +1,10 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p ffmpeg-full
#
-# Window is positioned in the bottom-right corner, plust a 20px border for emacs
-# minibuffer etc. This could be automatically calculated by parsing xrandr.
+# 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 1580 -top 820
+ -left 1590 -top 30
-loglevel 0