update conf
This commit is contained in:
@ -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 + " })")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user