Merge pull request #1785 from bokicoder/main

fix: Use explicit hardware backends to avoid dGPU wakeup
This commit is contained in:
Lemmy
2026-02-11 15:31:07 -05:00
committed by GitHub
+3
View File
@@ -5,6 +5,9 @@
* but proper credit must be given to the original author.
*/
//@ pragma Env QT_FFMPEG_DECODING_HW_DEVICE_TYPES=vaapi,vdpau
//@ pragma Env QT_FFMPEG_ENCODING_HW_DEVICE_TYPES=vaapi,vdpau
// Qt & Quickshell Core
import QtQuick
import Quickshell