feat: move windows between spaces and toggle bsp

This commit is contained in:
Joshua Higgins
2026-02-06 15:43:34 -05:00
parent 4980ef15a5
commit 30f51703d2
4 changed files with 120 additions and 1 deletions

View File

@@ -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",