From 416a91135d7fdb4620fe503afa48362c6ee66ff0 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 4 Sep 2025 20:38:37 -0400 Subject: [PATCH] switch default opened browser for hyprland to be librewolf --- hyprland/binds.nix | 2 +- hyprland/hyprland.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland/binds.nix b/hyprland/binds.nix index aed9fd0..c168415 100644 --- a/hyprland/binds.nix +++ b/hyprland/binds.nix @@ -58,7 +58,7 @@ in { "$mod SHIFT, j, movewindow, d" "$mod, D, exec, uwsm app -- ghostty" - "$mod, b, exec, brave" + "$mod, b, exec, librewolf" "$mod, space, exec, pkill rofi || rofi -show drun" "$mod, p, exec, pkill hyprpicker || hyprpicker -ar" "$mod SHIFT, s, exec, pkill slurp || grim -g \"$(slurp)\" - | wl-copy" diff --git a/hyprland/hyprland.nix b/hyprland/hyprland.nix index 19000e9..9a84485 100644 --- a/hyprland/hyprland.nix +++ b/hyprland/hyprland.nix @@ -45,7 +45,7 @@ "xrandr --output DP-3 --primary" "uwsm app -- waybar" "[workspace 1 silent] uwsm app -- ghostty" - "[workspace 2 silent] uwsm app -- brave" + "[workspace 2 silent] uwsm app -- librewolf" #"[workspace 3 silent] uwsm app -- ghostty -e fish -c rmpc" "[workspace 3 silent] uwsm app -- discord" "[workspace 4 silent] uwsm app -- keepassxc" -- 2.54.0