From b2c08d33b52990f08752ece4b68f3c5cb9f6dcf3 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 6 Feb 2018 11:26:22 -0700 Subject: [PATCH] camtoggle bindings removal --- .config/Scripts/camtoggle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/Scripts/camtoggle b/.config/Scripts/camtoggle index 2e98cb2..9a7879c 100755 --- a/.config/Scripts/camtoggle +++ b/.config/Scripts/camtoggle @@ -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