diff --git a/env/.config/utils-launcher/config.json b/env/.config/utils-launcher/config.json index 57669d9..1191734 100644 --- a/env/.config/utils-launcher/config.json +++ b/env/.config/utils-launcher/config.json @@ -11,6 +11,10 @@ "name": "Clipboard - clear history", "exec": "$SCRIPTS/hypr/clear-clipboard-history && echo Done" }, + { + "name": "Monitors - stats / picker", + "exec": "$SCRIPTS/hypr/monitor-picker" + }, { "name": "Waybar - restart", "exec": "$SCRIPTS/hypr/waybarctl --restart" @@ -20,7 +24,7 @@ "exec": "$SCRIPTS/hypr/waybarctl --toggle" }, { - "name": "Windows - active window table / picker", + "name": "Windows - window stats / picker", "exec": "$SCRIPTS/hypr/window-table" }, {