mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 08:22:51 -05:00
Launcher: actually, don't spawn with niri by default
This commit is contained in:
@@ -73,11 +73,6 @@ Singleton {
|
|||||||
cmd = launchPrefix.concat(cmd)
|
cmd = launchPrefix.concat(cmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
// For niri spawn with niri msg action spawn --
|
|
||||||
if (CompositorService.isNiri) {
|
|
||||||
cmd = ["niri", "msg", "action", "spawn", "--"].concat(cmd)
|
|
||||||
}
|
|
||||||
|
|
||||||
Quickshell.execDetached({
|
Quickshell.execDetached({
|
||||||
command: cmd,
|
command: cmd,
|
||||||
workingDirectory: desktopEntry.workingDirectory,
|
workingDirectory: desktopEntry.workingDirectory,
|
||||||
|
|||||||
Reference in New Issue
Block a user