mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-17 17:47:46 +01:00
3 lines
159 B
Bash
Executable File
3 lines
159 B
Bash
Executable File
#!/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
|