diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-04 13:51:28 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-04 13:51:28 -0700 |
| commit | b6cf3341b0324052fd804a5150f58c81ea315016 (patch) | |
| tree | 7ee321d20aa9eb08e5603a3d308e7b37334feb8d /.config/Scripts | |
| parent | abfbe3a1ac742b406156614127092427d6b18bb0 (diff) | |
| download | eibhear-b6cf3341b0324052fd804a5150f58c81ea315016.tar.gz eibhear-b6cf3341b0324052fd804a5150f58c81ea315016.tar.zst eibhear-b6cf3341b0324052fd804a5150f58c81ea315016.zip | |
webcam toggle added
Diffstat (limited to '.config/Scripts')
| -rwxr-xr-x | .config/Scripts/camtoggle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/Scripts/camtoggle b/.config/Scripts/camtoggle new file mode 100755 index 0000000..2e98cb2 --- /dev/null +++ b/.config/Scripts/camtoggle @@ -0,0 +1,2 @@ +#!/bin/bash +pkill -f /dev/video || mpv --geometry=-0-0 --autofit=30% /dev/video0 |
