Bugfix: Typo in i3.xsession.desktop TryExec rule.
Typo in executable for TryExec prevents LightDM from starting i3.
This commit is contained in:
parent
8ece995001
commit
e562aeb338
|
@ -2,6 +2,6 @@
|
|||
Name=i3
|
||||
Comment=improved dynamic tiling window manager
|
||||
Exec=i3
|
||||
TryExec=13
|
||||
TryExec=i3
|
||||
Type=Application
|
||||
X-LightDM-DesktopName=i3
|
||||
|
|
Loading…
Reference in New Issue