omarchy/migrations/1752885858.sh
David Heinemeier Hansson 186912ca1d Last yays
2025-08-25 09:39:24 +02:00

6 lines
218 B
Bash

echo "Install slurp + wl-screenrec for new ALT+PrintScreen screen recorder"
if ! command -v wl-screenrec &>/dev/null || ! command -v slurp &>/dev/null; then
sudo pacman -S --noconfirm --needed slurp wl-screenrec
fi