mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-16 09:12:47 -04:00
Support Hyprland lua dispatching (#2419)
This commit is contained in:
@@ -164,7 +164,7 @@ Item {
|
||||
if (!specialName)
|
||||
return false;
|
||||
|
||||
Hyprland.dispatch("togglespecialworkspace " + specialName);
|
||||
HyprlandService.toggleSpecial(specialName);
|
||||
Qt.callLater(() => waylandToplevel.activate());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user