diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-06-07 18:34:19 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-07 18:34:19 -0400 |
| commit | 3f5d9da47569b1af2fa4c7e2be70e1eeff9a2ed2 (patch) | |
| tree | dc9ed1e698dd0ae56ddf91afd51fb2b007626849 | |
| parent | 3bc4727389a70a2e1f1821ca88cd36d2ee6a6896 (diff) | |
| download | eibhear-3f5d9da47569b1af2fa4c7e2be70e1eeff9a2ed2.tar.gz eibhear-3f5d9da47569b1af2fa4c7e2be70e1eeff9a2ed2.tar.zst eibhear-3f5d9da47569b1af2fa4c7e2be70e1eeff9a2ed2.zip | |
Revert "camtoggle removed"
This reverts commit 90c4cdc831c4d9f5cd8bf8ca5d9273c2b227c4c9.
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 4 | ||||
| -rwxr-xr-x | .local/bin/camtoggle | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 1f37d24..1b89372 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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 diff --git a/.local/bin/camtoggle b/.local/bin/camtoggle new file mode 100755 index 0000000..05679c0 --- /dev/null +++ b/.local/bin/camtoggle @@ -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 |
