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
|
2024-11-20 19:46:50 +00:00
|
|
|
# Pour wayland
|
|
|
|
SDL_VIDEODRIVER=wayland
|
2025-01-09 21:59:17 +00:00
|
|
|
# Session : déjà fait par sway-systemd. Cf. https://github.com/alebastr/sway-systemd/blob/main/src/session.sh
|
2025-01-10 17:41:18 +00:00
|
|
|
# Regarder dans .config/sway/config, à la fin ça importe /etc/sway/config.d/ qui contient 10-systemd-session.conf qui exécute session.sh
|
|
|
|
# Ce qui import XDG_SESSION_TYPE, XDG_SESSION_DESKTOP, XDG_CURRENT_DESKTOP, etc.
|
2025-01-09 21:59:17 +00:00
|
|
|
#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
|