Archived
1
0
Fork 0

sway: Set XDG_CURRENT_DESKTOP for session

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-01-04 22:53:16 +01:00
parent cb966cc9a2
commit 450d6738cc
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -8,6 +8,7 @@ export ELM_ENGINE=wayland_egl
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1
export NO_AT_BRIDGE=1
export XDG_CURRENT_DESKTOP=sway
[ -n "$SSH_AGENT_PID" ] || eval "$(ssh-agent -s)"