From 7828b3b1da347d7f667d68fcc6f2c969d8e197a3 Mon Sep 17 00:00:00 2001 From: Olaf Alexander Date: Thu, 21 Nov 2024 05:41:26 -0600 Subject: [PATCH] fix(hyprland): Set browser shortcut --- dot-config/hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) 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