Revert "camtoggle removed"

This reverts commit 90c4cdc831.
This commit is contained in:
Luke Smith 2020-06-07 18:34:19 -04:00
parent 3bc4727389
commit 3f5d9da475
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252
2 changed files with 4 additions and 2 deletions

View file

@ -25,9 +25,9 @@ super + c
super + v
$TERMINAL -e nvim -c VimwikiIndex
super + shift + a
$TERMINAL -e alsamixer; pkill -RTMIN+10 blocks
$TERMINAL -e pulsemixer
super + shift + c
mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --title='mpvfloat' /dev/video0
camtoggle
super + shift + e
tutorialvids
super + w

2
.local/bin/camtoggle Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
pkill -f /dev/video || mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --geometry=-0-0 --autofit=30% --title="mpvfloat" /dev/video0