mirror of
https://github.com/i3/i3.git
synced 2026-02-04 06:25:41 +00:00
On Linux systems using systemd, we should activate graphical-session.target. We conceptually need our i3.desktop file to do a blockingly-run-via-systemd action (this is what scopes the activation of graphical-session.target to the X session), and shipping an i3.service is the best way to define the systemd unit we use for that. Based on https://github.com/i3/i3/pull/5591 by David Sansome. fixes https://github.com/i3/i3/issues/5186
10 lines
206 B
Desktop File
10 lines
206 B
Desktop File
[Desktop Entry]
|
|
Name=@NAME@
|
|
Comment=improved dynamic tiling window manager
|
|
Exec=@EXEC@
|
|
TryExec=@EXEC@
|
|
Type=XSession
|
|
X-LightDM-DesktopName=i3
|
|
DesktopNames=i3
|
|
Keywords=tiling;wm;windowmanager;window;manager;
|