From b036181cc89e4a48c2aecca155e062fab40b8688 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 23 May 2025 11:20:01 +0200 Subject: [PATCH] Hyprland: add firefox shortcut --- modules/hm/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index cffee8c..0bfce63 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -210,6 +210,7 @@ in "SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock" "SUPER_ALT_L, Q, exit," "SUPER, B, exec, brave" + "SUPER SHIFT, B, exec, firefox" "SUPER, E, exec, nemo" "SUPER, L, exec, ${lib.optionalString (hostName == "thor") "env -u WAYLAND_DISPLAY "} obsidian" "SUPER, V, togglefloating,"