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"