mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
niri: add spotlight on overview typing functionality (#774)
This commit is contained in:
@@ -606,6 +606,38 @@ Singleton {
|
||||
})
|
||||
}
|
||||
|
||||
function moveColumnLeft() {
|
||||
return send({
|
||||
"Action": {
|
||||
"FocusColumnLeft": {}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function moveColumnRight() {
|
||||
return send({
|
||||
"Action": {
|
||||
"FocusColumnRight": {}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function moveWorkspaceDown() {
|
||||
return send({
|
||||
"Action": {
|
||||
"FocusWorkspaceDown": {}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function moveWorkspaceUp() {
|
||||
return send({
|
||||
"Action": {
|
||||
"FocusWorkspaceUp": {}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function switchToWorkspace(workspaceIndex) {
|
||||
return send({
|
||||
"Action": {
|
||||
|
||||
Reference in New Issue
Block a user