update conf

This commit is contained in:
Johannes Knopp
2026-07-09 03:36:38 +02:00
parent 1b86de1ab1
commit aae0275e60
10 changed files with 483 additions and 14 deletions

View File

@ -65,6 +65,8 @@ Rectangle {
MouseArea {
anchors.fill: parent
onClicked: Hyprland.dispatch("workspace " + root.workspace.id)
// Hyprland >= 0.55 with a Lua config evaluates IPC dispatches as Lua,
// so the legacy "workspace N" string no longer parses. Use the Lua dispatcher.
onClicked: Hyprland.dispatch("hl.dsp.focus({ workspace = " + root.workspace.id + " })")
}
}