2025-07-18 20:55:28 -07:00
|
|
|
echo "Install slurp + wl-screenrec for new ALT+PrintScreen screen recorder"
|
2025-07-20 17:36:29 -05:00
|
|
|
|
|
|
|
if ! command -v wl-screenrec &>/dev/null || ! command -v slurp &>/dev/null; then
|
|
|
|
yay -S --noconfirm --needed slurp wl-screenrec
|
|
|
|
fi
|