mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Setting DesktopNames in the desktop file sets the environment variable `XDG_CURRENT_DESKTOP`, which can be used to find out the name of the currently running session.
6 lines
115 B
Desktop File
6 lines
115 B
Desktop File
[Desktop Entry]
|
|
Name=Sway
|
|
Comment=An i3-compatible Wayland compositor
|
|
Exec=sway
|
|
Type=Application
|
|
DesktopNames=sway
|