diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index c7d477a3..ab5b4735 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -22,6 +22,7 @@ exec-once = waybar & mako & hypridle $terminal = alacritty $fileManager = thunar $menu = fuzzel +$browser = firefox # Some default env vars. env = XCURSOR_SIZE,24 @@ -137,11 +138,12 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, $terminal +bind = $mainMod, R, exec, $menu +bind = $mainMod, E, exec, $fileManager +bind = $mainMod, B, exec, $browser bind = $mainMod, C, killactive, bind = $mainMod, M, exit, -bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, -bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle