Logo
Explore Help
Sign In
finn/omarchy
1
0
Fork 0
You've already forked omarchy
mirror of https://github.com/basecamp/omarchy.git synced 2025-08-03 23:29:23 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
5fda6054cea17b61c4c0d6c1f521a06bbd9064cd
omarchy/migrations/1753176520.sh

12 lines
284 B
Bash
Raw Normal View History

wf-recorder instead of wl-screenrec (NVIDIA support for screen recording) (#278) * use wf-recorder instead of wl-screenrec wl-screenrec does not support NVIDIA drivers as of now * install wf-recorder and migration for it * use wl-screenrec for non-nvidia and wf-recorder otherwise * useless comment * only use one of the screen recording features
2025-07-22 15:47:25 +02:00
echo "Install wf-recorder for screen recording for nvidia"
Use consistent conditional
2025-07-22 12:37:57 -04:00
if lspci | grep -qi 'nvidia'; then
wf-recorder instead of wl-screenrec (NVIDIA support for screen recording) (#278) * use wf-recorder instead of wl-screenrec wl-screenrec does not support NVIDIA drivers as of now * install wf-recorder and migration for it * use wl-screenrec for non-nvidia and wf-recorder otherwise * useless comment * only use one of the screen recording features
2025-07-22 15:47:25 +02:00
if ! command -v wf-recorder &>/dev/null; then
yay -S --noconfirm --needed wf-recorder
fi
if command -v wl-screenrec &>/dev/null; then
yay -R --noconfirm wl-screenrec
fi
fi
Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 600ms Template: 18ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API