1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00

refactor(Hyprland): updates to Lua syntax/dispatchers

This commit is contained in:
purian23
2026-06-01 09:31:19 -04:00
parent 0c3659a612
commit 6b141a9b06
4 changed files with 555 additions and 38 deletions
+1 -1
View File
@@ -1416,7 +1416,7 @@ Item {
id: customCompositorField
Layout.fillWidth: true
Layout.preferredHeight: root._inputHeight
placeholderText: I18n.tr("e.g., focus-workspace 3, resize-column -10")
placeholderText: KeybindsService.currentProvider === "hyprland" ? I18n.tr("e.g., hl.dsp.focus({ workspace = \"3\" })") : I18n.tr("e.g., focus-workspace 3, resize-column -10")
text: root._actionType === "compositor" ? root.editAction : ""
onTextChanged: {
if (root._actionType !== "compositor")