From 449fc7523392fd4f56f7865d8c5c46696ee3f811 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 16 Oct 2025 23:39:01 +0200 Subject: [PATCH] added extra features to pwr menu --- desktopenvs/hyprland/scripts/pwr-dmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/scripts/pwr-dmenu.sh b/desktopenvs/hyprland/scripts/pwr-dmenu.sh index 57971f9..a01904b 100755 --- a/desktopenvs/hyprland/scripts/pwr-dmenu.sh +++ b/desktopenvs/hyprland/scripts/pwr-dmenu.sh @@ -1,3 +1,3 @@ #!/bin/zsh -echo "poweroff\nreboot\nsystemctl suspend-then-hibernate\nsystemctl hibernate\nsystemctl 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 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