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

refactor(Hyprland): updated the default close/kill keybinds for lua

This commit is contained in:
purian23
2026-06-02 23:16:05 -04:00
parent d2905072c0
commit d51b34797c
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -732,7 +732,7 @@ func luaActionStringFromKnownHyprlandAction(action string) (string, bool) {
case "execr":
return fmt.Sprintf(`hl.dsp.exec_raw(%s)`, strconv.Quote(params)), true
case "killactive":
return `hl.dsp.window.kill()`, true
return `hl.dsp.window.close()`, true
case "forcekillactive":
return `hl.dsp.window.kill()`, true
case "closewindow":