Olivier DOSSMANN
741dd53665
Because of sway-systemd that already do thins about XDG_CURRENT_DESKTOP, etc.
17 lines
689 B
Plaintext
17 lines
689 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
|
|
# Pour wayland
|
|
SDL_VIDEODRIVER=wayland
|
|
# Session : déjà fait par sway-systemd. Cf. https://github.com/alebastr/sway-systemd/blob/main/src/session.sh
|
|
#export XDG_SESSION_TYPE=wayland
|
|
#export XDG_SESSION_DESKTOP=sway
|
|
# gammastep-indicator n'est plus utilisé dans mon Wayland
|
|
#export XDG_CURRENT_DESKTOP=sway # for gammastep-indicator
|