diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 5b8059e..260c510 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -209,6 +209,7 @@ in "SUPER, W, killactive," "SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock" "SUPER_ALT_L, Q, exit," + "SUPER, B, exec, brave" "SUPER, E, exec, nemo" "SUPER, L, exec, ${lib.optionalString (hostName == "thor") "env -u WAYLAND_DISPLAY "} obsidian" "SUPER, V, togglefloating,"