diff --git a/sway.nix b/sway.nix index e0555c5..4d4588e 100644 --- a/sway.nix +++ b/sway.nix @@ -56,6 +56,9 @@ # export QT_QPA_PLATFORM=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 + # chromium + export NIXOS_OZONE_WL=1 + # Fix for some Java AWT applications (e.g. Android Studio), # use this if they aren't displayed properly: export _JAVA_AWT_WM_NONREPARENTING=1