Merge branch 'main' of https://git.snaile.de/luca/dotfiles
This commit is contained in:
commit
57172655db
5 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
MBTN_LEFT cycle pause
|
||||
MBTN_LEFT_DBL cycle fullscreen
|
||||
MBTN_RIGHT ignore
|
||||
MBTN_BACK playlist-prev
|
||||
MBTN_FORWARD playlist-next
|
||||
WHEEL_UP add volume 2
|
||||
WHEEL_DOWN add volume -2
|
||||
shift+WHEEL_UP add volume 10
|
||||
shift+WHEEL_DOWN add volume -10
|
||||
|
||||
l seek 5
|
||||
h seek -5
|
||||
shift+h seek -60
|
||||
|
|
|
@ -4,3 +4,4 @@ hwdec=auto
|
|||
user-agent="Mozilla/5.0"
|
||||
cache=yes
|
||||
alang=en,de
|
||||
screenshot-directory=~/Pictures/
|
||||
|
|
1
.config/mpv/script-opts/osc.conf
Normal file
1
.config/mpv/script-opts/osc.conf
Normal file
|
@ -0,0 +1 @@
|
|||
greenandgrumpy=yes
|
2
.local/bin/cam
Executable file
2
.local/bin/cam
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
mpv --profile=low-latency --demuxer-lavf-o-set=input_format=mjpeg av://v4l2:/dev/video0
|
|
@ -3,4 +3,6 @@ exec 2>&1
|
|||
|
||||
sv check syncthing >/dev/null || exit 1
|
||||
|
||||
sleep 0.5
|
||||
|
||||
exec syncthingtray
|
||||
|
|
Loading…
Add table
Reference in a new issue