mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Revert "camtoggle removed"
This reverts commit 90c4cdc831c4d9f5cd8bf8ca5d9273c2b227c4c9.
This commit is contained in:
parent
3bc4727389
commit
3f5d9da475
@ -25,9 +25,9 @@ super + c
|
|||||||
super + v
|
super + v
|
||||||
$TERMINAL -e nvim -c VimwikiIndex
|
$TERMINAL -e nvim -c VimwikiIndex
|
||||||
super + shift + a
|
super + shift + a
|
||||||
$TERMINAL -e alsamixer; pkill -RTMIN+10 blocks
|
$TERMINAL -e pulsemixer
|
||||||
super + shift + c
|
super + shift + c
|
||||||
mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --title='mpvfloat' /dev/video0
|
camtoggle
|
||||||
super + shift + e
|
super + shift + e
|
||||||
tutorialvids
|
tutorialvids
|
||||||
super + w
|
super + w
|
||||||
|
|||||||
2
.local/bin/camtoggle
Executable file
2
.local/bin/camtoggle
Executable 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
|
||||||
Loading…
x
Reference in New Issue
Block a user