2021-06-19 22:13:32 +00:00
|
|
|
# Active wayland pour Firefox
|
|
|
|
MOZ_ENABLE_WAYLAND=1
|
2021-08-09 08:01:52 +00:00
|
|
|
# Modifie le comportement JAVA pour PHPStorm
|
|
|
|
_JAVA_AWT_WM_NONREPARENTING=1
|
2024-11-20 19:13:58 +00:00
|
|
|
# Demandé par les applications QT (notamment Slack)
|
|
|
|
QT_QPA_PLATFORM=wayland
|
|
|
|
# Pour les applications utilisant Electron
|
|
|
|
# Cf. https://www.electronjs.org/docs/latest/api/environment-variables
|
|
|
|
ELECTRON_OZONE_PLATFORM_HINT=wayland
|