+1
-1
src/api/sober/DesktopEntry.ts
+1
-1
src/api/sober/DesktopEntry.ts
···
49
49
${d.icon && `Icon=${d.icon}`}
50
50
NoDisplay=${d.noDisplay}
51
51
Categories=${d.categories.join(";")};
52
-
Exec=hyprctl dispatch exec ${realPath ? realPath + " -- @@u %u @@" : d.executable}
52
+
Exec=${realPath ? realPath + " -- @@u %u @@" : d.executable}
53
53
MimeType=${d.mimeTypes.join(";")};
54
54
`
55
55
.replace(/^\t+/gm, "")