sway: set env for chromium and electron

This commit is contained in:
Kevin Baensch 2024-11-20 15:29:03 +01:00
parent 7d04b52f0b
commit 7f2a4a39c9
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -40,6 +40,8 @@ with lib;
# Fix for some Java AWT applications (e.g. Android Studio), # Fix for some Java AWT applications (e.g. Android Studio),
# use this if they aren't displayed properly: # use this if they aren't displayed properly:
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
# Chromium (based) applications
export NIXOS_OZONE_WL=1
''; '';
}; };
} }