Update dispatch for new lua config

This commit is contained in:
2026-06-04 15:30:55 -04:00
parent 2b6c1b1fc8
commit cd4df20eb4

View File

@@ -148,7 +148,7 @@ Item {
id: button
property int workspaceValue: workspaceGroup * Config.options.bar.workspaces.shown + index + 1
Layout.fillHeight: true
onPressed: Hyprland.dispatch(`workspace ${workspaceValue}`)
onPressed: Hyprland.dispatch(`hl.dsp.focus({ workspace = "${workspaceValue}" })`)
width: root.workspaceButtonWidth
background: Item {