Files
omarchy/migrations/1752885858.sh
2025-07-20 17:36:29 -05:00

6 lines
210 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
yay -S --noconfirm --needed slurp wl-screenrec
fi