feat: Creates a utility launcher fuzzy finder.

This commit is contained in:
2025-10-04 16:57:11 -04:00
parent 55257e7c28
commit c38348e62c
4 changed files with 170 additions and 1 deletions

26
env/.config/utils-launcher/config.json vendored Normal file
View File

@@ -0,0 +1,26 @@
[
{
"name": "Install Web App",
"exec": "$SCRIPTS/hypr/install-webapp"
},
{
"name": "Uninstall Desktop App",
"exec": "$SCRIPTS/hypr/uninstall-desktop-app"
},
{
"name": "Active Window Table / Picker",
"exec": "$SCRIPTS/hypr/window-table"
},
{
"name": "Clear Clipboard History",
"exec": "$SCRIPTS/hypr/clear-clipboard-history && echo Done"
},
{
"name": "Restart waybar",
"exec": "$SCRIPTS/hypr/waybar-restart"
},
{
"name": "Toggle waybar",
"exec": "$SCRIPTS/hypr/toggle-waybar"
}
]