Update dispatch for new lua config
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user