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
remove hyprctl
kris.darkworld.download
3 months ago
7bcf3e8b
c38c7ca7
verified
This commit was signed with the committer's
known signature
.
kris.darkworld.download
SSH Key Fingerprint:
SHA256:4iiUkypaBzJPnEeVlazWCFBrJncWXreVhtJPB4DlswE=
+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=hyprctl dispatch exec ${realPath ? realPath + " -- @@u %u @@" : d.executable}
52
52
+
Exec=${realPath ? realPath + " -- @@u %u @@" : d.executable}
53
53
MimeType=${d.mimeTypes.join(";")};
54
54
`
55
55
.replace(/^\t+/gm, "")