tangled
alpha
login
or
join now
kris.darkworld.download
/
tuxstrap
0
fork
atom
[Linux-only] basically bloxstap for sober
0
fork
atom
overview
issues
pulls
pipelines
fix bug with it not opening
kris.darkworld.download
5 months ago
e99fac24
b1dfc240
+1
-1
1 changed file
expand all
collapse all
unified
split
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
52
-
Exec=${realPath ? realPath + " -- @@u %u @@" : d.executable}
52
52
+
Exec=hyprctl dispatch exec ${realPath ? realPath + " -- @@u %u @@" : d.executable}
53
53
MimeType=${d.mimeTypes.join(";")};
54
54
`
55
55
.replace(/^\t+/gm, "")