feat: Adds more items to utility launcher, fixes bug in toggle waybar, and fix window-table to use fzf

This commit is contained in:
2025-10-04 18:02:12 -04:00
parent c38348e62c
commit 33e6683369
4 changed files with 31 additions and 14 deletions

View File

@@ -19,6 +19,7 @@ $pwa = $scripts/launch-webapp
$tmuxSessionator = ~/.local/scripts/tmux-sessionator
$clipboardHistory = com.ghostty.clipse $terminal --class=com.ghostty.clipse -e clipse
$uninstallDesktop = $terminal --class=com.ghostty.float -e $scripts/uninstall-desktop-app
$utilsLauncher = com.ghostty.utils-launcher $scripts/utils-launcher --launch
$housecallPro = https://pro.housecallpro.com/app/calendar_new
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
@@ -63,7 +64,7 @@ bindd = $mainMod SHIFT, R, [R]estart menu bar, exec,
bindd = $mainMod, S, Toggle [s]pecial workspace, togglespecialworkspace, magic # use $windowMod S to send window to the special workspace
bindd = $mainMod, Y, [Y]ouTube, exec, $pwa --or-focus "https://youtube.com"
bindd = $mainMod, U, [U]nifi, exec, $pwa "https://unifi.ui.com"
bindd = $mainMod SHIFT, U, [U]ninstall desktop app, exec, $uninstallDesktop
bindd = $mainMod SHIFT, U, [U]tility launcher, exec, $scripts/launch --or-close $utilsLauncher
bindd = $mainMod, V, Clipboard history, exec, $scripts/launch --or-close $clipboardHistory
bindd = $mainMod, W, Close current window, killactive,
bindd = $mainMod SHIFT, W, Close all windows in active workspace, exec, $scripts/close-windows --active-workspace

View File

@@ -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"
}
]