feat: Adds more items to utility launcher, fixes bug in toggle waybar, and fix window-table to use fzf

This commit is contained in:
2025-10-04 18:02:12 -04:00
parent c38348e62c
commit 33e6683369
4 changed files with 31 additions and 14 deletions

View File

@@ -22,5 +22,13 @@
{
"name": "Toggle waybar",
"exec": "$SCRIPTS/hypr/toggle-waybar"
},
{
"name": "Close Windows - Active Workspace",
"exec": "$SCRIPTS/hypr/close-windows --active-workspace"
},
{
"name": "Close Windows - ALL",
"exec": "$SCRIPTS/hypr/close-windows --all"
}
]