Created
July 8, 2022 20:43
-
-
Save sk22/36cd67bc1943711455b1f7dc2d3b9562 to your computer and use it in GitHub Desktop.
Minimal webcam desktop entry opening a borderless MPV window showing your webcam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Webcam | |
Exec=mpv /dev/video0 --profile=low-latency --untimed --no-osc --no-border | |
Icon=cheese | |
StartupNotify=false | |
StartupWMClass=mpv | |
Terminal=false | |
Type=Application | |
Categories=AudioVideo;Player;Audio; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment