1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Launcher: actually, don't spawn with niri by default

This commit is contained in:
bbedward
2025-09-20 11:56:07 -04:00
parent 306a0c0e2d
commit 2b99e61c65

View File

@@ -73,11 +73,6 @@ Singleton {
cmd = launchPrefix.concat(cmd)
}
// For niri spawn with niri msg action spawn --
if (CompositorService.isNiri) {
cmd = ["niri", "msg", "action", "spawn", "--"].concat(cmd)
}
Quickshell.execDetached({
command: cmd,
workingDirectory: desktopEntry.workingDirectory,