jluttine / rofi-power-menu

Configurable power menu mode for Rofi and dmenu
MIT License
422 stars 53 forks source link

escape key doesnt exit properly #30

Closed keilmillerjr closed 7 months ago

keilmillerjr commented 7 months ago

Installed AUR package. I am using hyprland. If I bring up the power menu and then hit escape, the window disappears as it should. However, a background GUI app isn't being brought to the foreground. If I open the power menu again and hit escape, all is well again. Note that I do not have this issue with rofi -show drun.

#.config/hypr/hyprland.conf

$menuPower = rofi -show power-menu -modi power-menu:rofi-power-menu
bind = $mainMod, S, exec, $menuPower

Edit: I'm special. TheS key is bound to another action at the end of the config, separate of the other letter key binds. Please ignore this issue, and thank you for the awesome utility.