mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Adds more items to utility launcher, fixes bug in toggle waybar, and fix window-table to use fzf
This commit is contained in:
8
env/.config/utils-launcher/config.json
vendored
8
env/.config/utils-launcher/config.json
vendored
@@ -22,5 +22,13 @@
|
||||
{
|
||||
"name": "Toggle waybar",
|
||||
"exec": "$SCRIPTS/hypr/toggle-waybar"
|
||||
},
|
||||
{
|
||||
"name": "Close Windows - Active Workspace",
|
||||
"exec": "$SCRIPTS/hypr/close-windows --active-workspace"
|
||||
},
|
||||
{
|
||||
"name": "Close Windows - ALL",
|
||||
"exec": "$SCRIPTS/hypr/close-windows --all"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user