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-07-27 20:29:24 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
4aa6b6c1f922c9c40d9b531580772ec830a70fe9
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: 51ms Template: 6ms
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