diff options
| author | Andrew <admonty1@protonmail.com> | 2025-09-04 20:38:37 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-09-04 20:38:37 -0400 |
| commit | 416a91135d7fdb4620fe503afa48362c6ee66ff0 (patch) | |
| tree | f5b8eafdd4798d90c0f96fb75e593de1dc335d91 /hyprland/binds.nix | |
| parent | try librewolf and schizofox (diff) | |
| download | nixos-416a91135d7fdb4620fe503afa48362c6ee66ff0.tar.gz nixos-416a91135d7fdb4620fe503afa48362c6ee66ff0.tar.bz2 nixos-416a91135d7fdb4620fe503afa48362c6ee66ff0.zip | |
switch default opened browser for hyprland to be librewolf
Diffstat (limited to '')
| -rw-r--r-- | hyprland/binds.nix | 2 |
1 files changed, 1 insertions, 1 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" |
