Skip to content

Instantly share code, notes, and snippets.

@sk22
Created July 8, 2022 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sk22/36cd67bc1943711455b1f7dc2d3b9562 to your computer and use it in GitHub Desktop.
Save sk22/36cd67bc1943711455b1f7dc2d3b9562 to your computer and use it in GitHub Desktop.
Minimal webcam desktop entry opening a borderless MPV window showing your webcam
[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