From 8c71a28d91b52fe7e883f1cce58575b065d58611 Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 31 May 2025 12:45:29 +0200 Subject: [PATCH] zshenv: Add alias for cams Use mpv to show a cameras feed on the screen. --- .zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index 587c879..fc48316 100644 --- a/.zshenv +++ b/.zshenv @@ -41,7 +41,7 @@ alias gwc='git ls-files | xargs cat | wc' alias c2pdf='enscript -r -2 --highlight=c --line-numbers -o - $(git ls-files | grep -v .png | grep -v .xcf | grep -v .map) | ps2pdf -' alias feh='feh -FZ' alias white='i3lock' -alias cal='ncal -bM' +alias cam='mpv --profile=low-latency --untimed /dev/video0' # # Shortcuts