1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-16 01:02:46 -04:00

Support Hyprland lua dispatching (#2419)

This commit is contained in:
Boris
2026-05-14 19:08:07 +02:00
committed by GitHub
parent 018795125e
commit 66e38c5efe
8 changed files with 87 additions and 21 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ Item {
if (!specialName)
return false;
Hyprland.dispatch("togglespecialworkspace " + specialName);
HyprlandService.toggleSpecial(specialName);
Qt.callLater(() => waylandToplevel.activate());
return true;
}