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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user