From 8b1115d382a152996d81ce8d2e145fd0acffb013 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 29 Mar 2024 08:04:04 -0400 Subject: [PATCH] hyprland: changed fuzzel keybinding from super + s -> super --- homeManagerModules/desktopEnv/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/desktopEnv/hypr/hyprland.conf b/homeManagerModules/desktopEnv/hypr/hyprland.conf index 266e12f7..3ca5db39 100644 --- a/homeManagerModules/desktopEnv/hypr/hyprland.conf +++ b/homeManagerModules/desktopEnv/hypr/hyprland.conf @@ -170,7 +170,7 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, T, exec, $terminal -bind = $mainMod, R, exec, $menu +bind = $mainMod, $mainMod, exec, $menu bind = $mainMod, F, exec, $fileManager bind = $mainMod, B, exec, $browser