diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-03-31 19:41:05 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-31 19:41:05 -0700 |
| commit | fe669c357745a9b240fe475f7d20fbf553a86244 (patch) | |
| tree | 896a7ab041f5e77204e3e805cb7eb76bf6622dda /.scripts | |
| parent | a7d1e5fcceff741a63a15cb38dfd134b869b0225 (diff) | |
| download | eibhear-fe669c357745a9b240fe475f7d20fbf553a86244.tar.gz eibhear-fe669c357745a9b240fe475f7d20fbf553a86244.tar.zst eibhear-fe669c357745a9b240fe475f7d20fbf553a86244.zip | |
camera fixes and reordering
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/camtoggle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/camtoggle b/.scripts/camtoggle index 9a7879c..1e39dec 100755 --- a/.scripts/camtoggle +++ b/.scripts/camtoggle @@ -1,2 +1,2 @@ #!/bin/bash -pkill -f /dev/video || mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --geometry=-0-0 --autofit=30% /dev/video0 +pkill -f /dev/video || mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --geometry=-0-0 --autofit=30% --title="mpvfloat" /dev/video0 |
