diff --git a/desktopenvs/hyprland/scripts/pwr-dmenu.sh b/desktopenvs/hyprland/scripts/pwr-dmenu.sh index a01904b..3a1ad00 100755 --- a/desktopenvs/hyprland/scripts/pwr-dmenu.sh +++ b/desktopenvs/hyprland/scripts/pwr-dmenu.sh @@ -1,3 +1,3 @@ #!/bin/zsh -echo "poweroff\nhyprctl kill\nreboot\nsystemctl soft-reboot\nsystemctl suspend-then-hibernate\nsystemctl hibernate\nsystemctl sleep\nsystemctl hybrid-sleep\nhyprctl dispatch exit\nhyprlock\nhyprctl reload\nkitty ~/Dotfiles/desktopenvs/hyprland/scripts/helpmenu.sh\nkitty nvim ~/.config/binds.conf\n" | wofi --show=dmenu | zsh +echo "poweroff\nhyprctl kill\nreboot\nsystemctl soft-reboot\nsystemctl suspend-then-hibernate\nsystemctl hibernate\nsystemctl sleep\nsystemctl restart fprintd.service\nsystemctl hybrid-sleep\nhyprctl dispatch exit\nhyprlock\nhyprctl reload\nkitty ~/Dotfiles/desktopenvs/hyprland/scripts/helpmenu.sh\nkitty nvim ~/.config/binds.conf\n" | wofi --show=dmenu | zsh