From: Andrew Date: Fri, 5 Sep 2025 00:38:37 +0000 (-0400) Subject: switch default opened browser for hyprland to be librewolf X-Git-Url: http://git.skullheadx.com/nixos/static/projects.html?a=commitdiff_plain;h=416a91135d7fdb4620fe503afa48362c6ee66ff0;p=nixos.git switch default opened browser for hyprland to be librewolf --- 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"