hyprland: fixed bug in menu launcher

This commit is contained in:
Aly Raffauf 2024-03-29 10:53:40 -04:00
parent 3dbe0eb154
commit 0f04049339

View file

@ -170,7 +170,8 @@ $mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, T, exec, $terminal bind = $mainMod, T, exec, $terminal
bind = $mainMod, $mainMod, exec, $menu bind = $mainMod, $mainMod_L, exec, $menu
bind = $mainMod, R, exec, $menu
bind = $mainMod, F, exec, $fileManager bind = $mainMod, F, exec, $fileManager
bind = $mainMod, B, exec, $browser bind = $mainMod, B, exec, $browser
@ -254,4 +255,4 @@ bind = , xf86launch2, exec, playerctl play-pause
bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots
# Show/hide waybar. # Show/hide waybar.
bind = $mainMod, F11, exec, pkill -SIGUSR1 $bar bind = $mainMod, F11, exec, pkill -SIGUSR1 $bar