From c5ee7c62246bad01d58effa5d2b3dcc4d6b7c12f Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 12 Jun 2025 23:39:01 +0200 Subject: [PATCH] added more options to the pwr-dmenu --- 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 72ada51..6b2fb94 100755 --- a/desktopenvs/hyprland/scripts/pwr-dmenu.sh +++ b/desktopenvs/hyprland/scripts/pwr-dmenu.sh @@ -1,3 +1,3 @@ #!/bin/zsh -echo "poweroff\nreboot\nhyprctl dispatch exit\nhyprlock\nhyprctl reload" | wofi --show=dmenu | zsh +echo "poweroff\nreboot\nhyprctl dispatch exit\nhyprlock\nhyprctl reload\nkitty ~/Dotfiles/desktopenvs/hyprland/scripts/helpmenu.sh\nkitty nvim ~/.config/binds.conf\n" | wofi --show=dmenu | zsh