From 363b9bef8c29324c091b9dc2879771ccf5a79fc0 Mon Sep 17 00:00:00 2001 From: Bad Date: Sun, 16 May 2021 18:04:04 +0200 Subject: [PATCH] Unset the SDL_VIDEODRIVER option to fix games --- users/profiles/sway/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/sway/desktop.nix b/users/profiles/sway/desktop.nix index 9459318..ecfb2ca 100644 --- a/users/profiles/sway/desktop.nix +++ b/users/profiles/sway/desktop.nix @@ -21,7 +21,7 @@ wrapperFeatures.gtk = true; systemdIntegration = true; extraSessionCommands = '' - export SDL_VIDEODRIVER=wayland + #export SDL_VIDEODRIVER=wayland # needs qt5.qtwayland in systemPackages export QT_QPA_PLATFORM=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"