fix(environment.d): envvars.conf - comment useless lines
Because of sway-systemd that already do thins about XDG_CURRENT_DESKTOP, etc.
This commit is contained in:
parent
1a868b8cd7
commit
741dd53665
@ -9,7 +9,8 @@ QT_QPA_PLATFORM=wayland
|
||||
ELECTRON_OZONE_PLATFORM_HINT=wayland
|
||||
# Pour wayland
|
||||
SDL_VIDEODRIVER=wayland
|
||||
# Session
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export XDG_SESSION_DESKTOP=sway
|
||||
export XDG_CURRENT_DESKTOP=sway # for gammastep-indicator
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user