[gaming] Add launch options for wowup

This commit is contained in:
2025-04-17 11:57:57 -07:00
parent 1afddefdbf
commit 828aaa5d40

View File

@@ -15,4 +15,20 @@
# WoW addon updater # WoW addon updater
wowup-cf wowup-cf
]; ];
xdg.desktopEntries = {
# wowup needs options to work under wayland.
wowup-cf = {
name = "WowUp";
# Custom options to reduce flickering under wayland.
exec = "wowup-cf --no-sandbox --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu %U";
terminal = false;
type = "Application";
icon = "wowup-cf";
comment = "World of Warcraft addon updater";
categories = [
"Game"
];
};
};
} }