camtoggle bindings removal
This commit is contained in:
parent
0e4d6dde45
commit
b2c08d33b5
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
pkill -f /dev/video || mpv --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% /dev/video0
|
||||
|
|
Loading…
Reference in a new issue