mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
feat: Creates a utility launcher fuzzy finder.
This commit is contained in:
26
env/.config/utils-launcher/config.json
vendored
Normal file
26
env/.config/utils-launcher/config.json
vendored
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user