From 99a6f13e70b366a858a543f145528152164858e5 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 28 Feb 2026 20:20:41 -0800 Subject: use librewolf instead; fix a bunch of problems --- nix/modules/home/hyprland.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'nix/modules/home/hyprland.nix') diff --git a/nix/modules/home/hyprland.nix b/nix/modules/home/hyprland.nix index b649e96..3e867cb 100644 --- a/nix/modules/home/hyprland.nix +++ b/nix/modules/home/hyprland.nix @@ -23,7 +23,7 @@ "fcitx5 -d --replace" "fcitx5-remote -r" "emacs" - "firefox" + "librewolf" ]; env = [ "LIBVA_DRIVER_NAME,nvidia" @@ -53,10 +53,15 @@ workspace = 1; } { - name = "firefox"; - "match:class" = "firefox"; + name = "librewolf"; + "match:class" = "librewolf"; workspace = 2; } + { + name = "element-desktop"; + "match:class" = "element-desktop"; + workspace = 3; + } { name = "vesktop"; "match:class" = "vesktop"; @@ -80,13 +85,13 @@ ]; bind = [ - "$mod, F, exec, firefox" + "$mod, F, exec, librewolf" "$mod, Return, exec, kitty" "$mod, E, exec, emacs" "$mod, B, exec, bitcoin-qt" "$mod, S, exec, pavucontrol" "$mod, M, exec, monero-wallet-gui" - "$mod, V, exec, vesktop" + "$mod, V, exec, element-desktop" "$mod, C, exec, fluffychat" "$mod, D, exec, wofi --show run" "$mod, P, exec, bash ${scripts}/powermenu.sh" -- cgit v1.3