Remove redundant Hyprland launch wrapper
With initial workspace tracking disabled, windows naturally open on the active workspace. Remove the explicit Hyprland workspace dispatch and let shell actions, shell restarts, and presentation terminals launch directly.
This commit is contained in:
@@ -269,7 +269,7 @@ Item {
|
||||
|
||||
root.beginLaunchFeedback(entry)
|
||||
root.dismiss()
|
||||
Quickshell.execDetached(Util.hyprExecCommand("gtk-launch " + Util.shellQuote(desktopId)))
|
||||
Util.execDetached("gtk-launch " + Util.shellQuote(desktopId))
|
||||
}
|
||||
|
||||
function requestDeleteIndex(index) {
|
||||
@@ -297,7 +297,7 @@ Item {
|
||||
var name = root.entryName(entry)
|
||||
var command = Util.shellQuote(root.omarchyPath + "/bin/omarchy-remove-launcher-entry") + " " + Util.shellQuote(desktopId) + " " + Util.shellQuote(name)
|
||||
root.dismiss()
|
||||
Quickshell.execDetached(Util.hyprExecCommand(command))
|
||||
Util.execDetached(command)
|
||||
}
|
||||
|
||||
function beginLaunchFeedback(entry) {
|
||||
|
||||
Reference in New Issue
Block a user