sway: set env for chromium and electron
This commit is contained in:
parent
7d04b52f0b
commit
7f2a4a39c9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue