fix xwayland in niri

This commit is contained in:
Sean Kovacs 2026-02-07 13:21:53 -05:00
commit ce2d3e3cf5
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -13,7 +13,7 @@
environment = {
QT_QPA_PLATFORM = "wayland";
QT_QPA_PLATFORMTHEME = "qt6ct";
DISPLAY = null;
DISPLAY = ":0";
XCURSOR_THEME = config.userOptions.cursor.name;
XCURSOR_SIZE = toString config.userOptions.cursor.size;
};