From a4a560eb3d247bf2ffcb323031374dc86e6ef1e7 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sun, 5 Oct 2025 21:49:14 -0400 Subject: [PATCH] feat: Adds monitor-picker to utility launcher config. --- env/.config/utils-launcher/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" }, {