mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
feat: Adds monitor-picker to utility launcher config.
This commit is contained in:
6
env/.config/utils-launcher/config.json
vendored
6
env/.config/utils-launcher/config.json
vendored
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user