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"