feat: move windows between spaces and toggle bsp
This commit is contained in:
23
package.json
23
package.json
@@ -9,7 +9,8 @@
|
||||
"rubentsirunyan",
|
||||
"webdesus",
|
||||
"d34dh0r53",
|
||||
"lhy-a"
|
||||
"lhy-a",
|
||||
"joshuafhiggins"
|
||||
],
|
||||
"categories": [
|
||||
"Developer Tools",
|
||||
@@ -49,6 +50,12 @@
|
||||
"description": "This command will start Yabai using `yabai --start-service` or stop it using `yabai --stop-service`.",
|
||||
"mode": "no-view"
|
||||
},
|
||||
{
|
||||
"name": "toggle-bsp",
|
||||
"title": "Toggle BSP Layout",
|
||||
"description": "Toggle BSP layout for the current space.",
|
||||
"mode": "no-view"
|
||||
},
|
||||
{
|
||||
"name": "rotate",
|
||||
"title": "Rotate",
|
||||
@@ -138,6 +145,20 @@
|
||||
"description": "Destroys the currently focused space.",
|
||||
"mode": "no-view"
|
||||
},
|
||||
{
|
||||
"name": "move-window-next",
|
||||
"title": "Move Window to Next Space",
|
||||
"subtitle": "Yabai",
|
||||
"description": "Moves the currently focused window to the next space.",
|
||||
"mode": "no-view"
|
||||
},
|
||||
{
|
||||
"name": "move-window-prev",
|
||||
"title": "Move Window to Previous Space",
|
||||
"subtitle": "Yabai",
|
||||
"description": "Moves the currently focused window to the previous space.",
|
||||
"mode": "no-view"
|
||||
},
|
||||
{
|
||||
"name": "focus-window-north",
|
||||
"title": "Focus Active Window North",
|
||||
|
||||
Reference in New Issue
Block a user