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:
3
env/.config/hypr/keybinds.conf
vendored
3
env/.config/hypr/keybinds.conf
vendored
@@ -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
|
||||
|
||||
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