Update dispatch for new lua config
This commit is contained in:
@@ -148,7 +148,7 @@ Item {
|
|||||||
id: button
|
id: button
|
||||||
property int workspaceValue: workspaceGroup * Config.options.bar.workspaces.shown + index + 1
|
property int workspaceValue: workspaceGroup * Config.options.bar.workspaces.shown + index + 1
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
onPressed: Hyprland.dispatch(`workspace ${workspaceValue}`)
|
onPressed: Hyprland.dispatch(`hl.dsp.focus({ workspace = "${workspaceValue}" })`)
|
||||||
width: root.workspaceButtonWidth
|
width: root.workspaceButtonWidth
|
||||||
|
|
||||||
background: Item {
|
background: Item {
|
||||||
|
|||||||
Reference in New Issue
Block a user