parent
3bc4727389
commit
3f5d9da475
2 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue