mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Updates timestamp formats for logs to be more readable, updates utils-launcher config to use the '*ctl' command variants, updates preview-stats for utils to format previews based on width of preview window.
This commit is contained in:
4
env/.config/utils-launcher/config.json
vendored
4
env/.config/utils-launcher/config.json
vendored
@@ -37,11 +37,11 @@
|
||||
{
|
||||
"name": "Windows - close in active workspace",
|
||||
"description": "Close all windows in the currently active workspace.",
|
||||
"exec": "$SCRIPTS/hypr/close-windows --active-workspace"
|
||||
"exec": "$SCRIPTS/hypr/windowctl close --active-workspace"
|
||||
},
|
||||
{
|
||||
"name": "Windows - close ALL",
|
||||
"description": "Close all windows in all workspaces.",
|
||||
"exec": "$SCRIPTS/hypr/close-windows --all"
|
||||
"exec": "$SCRIPTS/hypr/windowctl close --all"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user