diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index 58e4668..f8e78bb 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -32,6 +32,7 @@ monitor=,preferred,auto,auto # Set programs that you use $terminal = alacritty +$browser = zen-browser $fileManager = dolphin $menu = wofi --show drun @@ -177,6 +178,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, T, exec, $terminal +bind = $mainMod, B, exec, $browser bind = $mainMod, C, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager