diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 6bfb90f..552e058 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -68,7 +68,7 @@ bind = $mainMod SHIFT, V, tagwindow, +centered #bind = $mainMod, H, movecurrentworkspacetomonitor bind = $mainMod, C, pseudo, # dwindle bind = $mainMod, B, togglesplit, # dwindle -bind = $mainMod SHIFT, O, exec, hyprctl dispatch exit 1 +bind = $mainMod SHIFT, O, exec, hyprshutdown bind = $mainMod, O, exec, hyprlock #power-dmenu bind = $mainMod ALT, O, exec, ~/.config/scripts/pwr-dmenu.sh @@ -160,6 +160,7 @@ bind = $mainMod, TAB, cyclenext bind = $mainMod SHIFT, TAB, exec, $winswitch bind = $mainMod ALT CTRL SHIFT, END, exit +bind = $mainMod ALT, O, ~/.config/scripts/pwr-menu.sh bind = $mainMod CTRL, $navleft, workspace, r-1 bind = $mainMod CTRL, $navright, workspace, r+1 diff --git a/desktopenvs/hyprland/scripts/frequentcommands.list b/desktopenvs/hyprland/scripts/frequentcommands.list index 5f944c9..9423b1f 100644 --- a/desktopenvs/hyprland/scripts/frequentcommands.list +++ b/desktopenvs/hyprland/scripts/frequentcommands.list @@ -1,3 +1,4 @@ +hyprshutdown poweroff hyprctl kill reboot diff --git a/desktopenvs/hyprland/scripts/pwr-dmenu.sh b/desktopenvs/hyprland/scripts/pwr-dmenu.sh index 33b1ce4..04df4dd 100755 --- a/desktopenvs/hyprland/scripts/pwr-dmenu.sh +++ b/desktopenvs/hyprland/scripts/pwr-dmenu.sh @@ -1,3 +1,3 @@ #!/bin/zsh -cat ~/.config/frequentcommands.list | wofi --show=dmenu | zsh +cat ~/.config/scripts/frequentcommands.list | wofi --show=dmenu | zsh