feat: Adds workspace picker to utils-launcher

This commit is contained in:
2025-10-09 09:16:42 -04:00
parent ae73074f6a
commit 933ce337a1
2 changed files with 34 additions and 28 deletions

View File

@@ -43,5 +43,10 @@
"name": "Windows - close ALL",
"description": "Close all windows in all workspaces.",
"exec": "$SCRIPTS/hypr/windowctl close --all"
},
{
"name": "Workspaces - stats / picker",
"description": "View information from hyprctl about currently available workspaces",
"exec": "$SCRIPTS/hypr/workspacectl picker"
}
]