From 89fc6754265bb3bd2dae7863477548d26ef6689d Mon Sep 17 00:00:00 2001 From: Zeph Levy <171337931+ZephLevy@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:02:11 +0100 Subject: [PATCH] Home-manager: Add browser keyboard shortcuts to hyprland --- home-manager/modules/hypr/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-manager/modules/hypr/hyprland.nix b/home-manager/modules/hypr/hyprland.nix index 0b3e2af..d9d26b3 100644 --- a/home-manager/modules/hypr/hyprland.nix +++ b/home-manager/modules/hypr/hyprland.nix @@ -112,6 +112,8 @@ "$fileManager" = "thunar"; "$menu" = "fuzzel"; "$emoji" = "BEMOJI_PICKER_CMD=\"fuzzel --dmenu\" bemoji -t --private"; + "$browser" = "librewolf"; + "$browser_private" = "librewolf --private-window"; bind = [ "$mainMod, RETURN, exec, $terminal" @@ -120,6 +122,8 @@ "$mainMod, V, togglefloating," "$mainMod, SPACE, exec, $menu" "$mainMod SHIFT, SPACE, exec, $emoji" + "$mainMod, S, exec, $browser" + "$mainMod, R, exec, $browser_private" "$mainMod, P, pseudo," "$mainMod, J, togglesplit," "$mainMod, F, fullscreen, 0"