From 0f04049339c58de9ba58971ef9ddc6fe524140dd Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 29 Mar 2024 10:53:40 -0400 Subject: [PATCH] hyprland: fixed bug in menu launcher --- homeManagerModules/desktopEnv/hypr/hyprland.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeManagerModules/desktopEnv/hypr/hyprland.conf b/homeManagerModules/desktopEnv/hypr/hyprland.conf index 3ca5db39..7bdcd59e 100644 --- a/homeManagerModules/desktopEnv/hypr/hyprland.conf +++ b/homeManagerModules/desktopEnv/hypr/hyprland.conf @@ -170,7 +170,8 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more 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, B, exec, $browser @@ -254,4 +255,4 @@ bind = , xf86launch2, exec, playerctl play-pause bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots # Show/hide waybar. -bind = $mainMod, F11, exec, pkill -SIGUSR1 $bar \ No newline at end of file +bind = $mainMod, F11, exec, pkill -SIGUSR1 $bar