diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 9631d6d..729e187 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -188,9 +188,8 @@ bind = $mainMod SHIFT, S, exec, killall nwg-dock-hyprland && nwg-dock-hyprland - bind = $mainMod SHIFT, D, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -c ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh -mb 15 -r -p bottom bindr = $mainMod, D, exec, nwg-dock-hyprland -bind = $mainMod, A, exec, $drawer-cmd -bind = $mainMod, W, exec, nwg-menu -wm hyprland -term kitty --ml 15 -mb 15 -mr 15 -mt 15 -cmd-lock hyprlock -cmd-logout "hyprctl dispatch exit" -cmd-restart reboot -cmd-shutdown poweroff -fm "kitty -e yazi" - +bind = $mainMod, A, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh +bind = $mainMod, W, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/menu.sh #GROUPS bind = $mainMod ALT, C, togglegroup, diff --git a/desktopenvs/hyprland/scripts/menu.sh b/desktopenvs/hyprland/scripts/menu.sh index e69de29..1e9ca4d 100755 --- a/desktopenvs/hyprland/scripts/menu.sh +++ b/desktopenvs/hyprland/scripts/menu.sh @@ -0,0 +1,2 @@ +#!/bin/bash +nwg-menu -wm hyprland -term kitty --ml 15 -mb 15 -mr 15 -mt 15 -cmd-lock hyprlock -cmd-logout "hyprctl dispatch exit" -cmd-restart reboot -cmd-shutdown poweroff -fm "kitty -e yazi"