added help and power menu

main
The_miro 2025-06-12 23:32:47 +02:00
parent 99cd53065f
commit 90f20351ac
3 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,8 @@ bind = $mainMod, C, pseudo, # dwindle
bind = $mainMod, B, togglesplit, # dwindle bind = $mainMod, B, togglesplit, # dwindle
bind = $mainMod SHIFT, O, exec, hyprctl dispatch exit 1 bind = $mainMod SHIFT, O, exec, hyprctl dispatch exit 1
bind = $mainMod, O, exec, hyprlock bind = $mainMod, O, exec, hyprlock
#power-dmenu
bind = $mainMod ALT, O, exec, /home/themiro/Dotfiles/desktopenvs/hyprland/scripts/pwr-dmenu.sh
#bind = $mainMod, A, exec, killall waybar ; waybar #bind = $mainMod, A, exec, killall waybar ; waybar
bind = $mainMod CTRL, B, exec, eww reload bind = $mainMod CTRL, B, exec, eww reload
bind = $mainMod, N, exec, nextcloud bind = $mainMod, N, exec, nextcloud

0
desktopenvs/hyprland/scripts/helpmenu.sh Normal file → Executable file
View File

View File

@ -0,0 +1,3 @@
#!/bin/zsh
echo "poweroff\nreboot\nhyprctl dispatch exit\nhyprlock\nhyprctl reload" | wofi --show=dmenu | zsh