SolDoesTech / HyprV4

468 stars 133 forks source link

<Super> doesn't open menu #42

Closed proJM-Coding closed 11 months ago

proJM-Coding commented 11 months ago

When I press my key the start menu/launcher doesn't open it. I need to click on it to open instead. Is there some config I change to fix this?

milesje commented 11 months ago

Try SUPER + Space. This will open the wofi menu, it is a little different than the apps launcher, but does the same job. I'm sure the SUPER + Space can be changed to show the exact same as they are both using wofi.

proJM-Coding commented 11 months ago

Thanks for the help, I try looking at the config and see if it fixes it.

proJM-Coding commented 11 months ago

While I can't find a setting to change this it's nice that I can use SUPER + Space now. Thanks for the help

milesje commented 11 months ago

@proJM-Coding there is NOT a key binding to open the "menu/launcher". You can modify the Super + space (or create your own) which will open the same menu. If you want to know the exact wofi command that is being used the in waybar configuration look at ~/.config/HyprV/waybar/config/v4-config-bottom.jsonc In which case the command being run is below: sh -c '(sleep 0.5s; pkill wofi || wofi -c ~/.config/HyprV/wofi/config-lmenu)' & disown I don't think you map this command to just the Super key as the Super key is your mainMod. If you want you can change the mainMod to a different key such as the ALT key and then you should be able to map the Super by itself to launch the wofi command.