mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 06:25:37 -05:00
Add niri overview toggle on launcher button rightclick. (#394)
This commit is contained in:
@@ -485,6 +485,10 @@ Singleton {
|
||||
return send({"Action": {"DoScreenTransition": {"delay_ms": 0}}})
|
||||
}
|
||||
|
||||
function toggleOverview() {
|
||||
return send({"Action": {"ToggleOverview": {}}})
|
||||
}
|
||||
|
||||
function switchToWorkspace(workspaceIndex) {
|
||||
return send({"Action": {"FocusWorkspace": {"reference": {"Index": workspaceIndex}}}})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user