update: gdk backend added somewhere in defaults

This commit is contained in:
gwg313 2024-05-05 00:10:46 -04:00
parent 0a45d838ff
commit 7efcab98a9
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 85 additions and 94 deletions

View file

@ -17,7 +17,7 @@
GTK_USE_PORTAL = "1";
#NIXOS_XDG_OPEN_USE_PORTAL = "1"; # Sets the desktop portal to use flatpak
WLR_NO_HARDWARE_CURSOR = "1";
GDK_BACKEND = "wayland";
# GDK_BACKEND = "wayland";
QT_QPA_PLATFORM = "wayland;xcb";
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";