From a6d86399ce45f77744fd870bc65da1e2cc319be4 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 23 May 2025 13:52:06 +0200 Subject: [PATCH] Hyprland: switch firefox with brave --- modules/hm/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 0bfce63..9bc1b79 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -209,8 +209,8 @@ in "SUPER, W, killactive," "SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock" "SUPER_ALT_L, Q, exit," - "SUPER, B, exec, brave" - "SUPER SHIFT, B, exec, firefox" + "SUPER SHIFT, B, exec, brave" + "SUPER, B, exec, firefox" "SUPER, E, exec, nemo" "SUPER, L, exec, ${lib.optionalString (hostName == "thor") "env -u WAYLAND_DISPLAY "} obsidian" "SUPER, V, togglefloating,"