10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
# Active wayland pour Firefox
|
|
MOZ_ENABLE_WAYLAND=1
|
|
# Modifie le comportement JAVA pour PHPStorm
|
|
_JAVA_AWT_WM_NONREPARENTING=1
|
|
# 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
|