feat: Adds monitor-picker to utility launcher config.

This commit is contained in:
2025-10-05 21:49:14 -04:00
parent a7e6bc893c
commit a4a560eb3d

View File

@@ -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"
},
{