From 0a92ba6fb6a22898e3c109ca661819ad7d0fea6a Mon Sep 17 00:00:00 2001 From: spl3g Date: Thu, 27 Jun 2024 18:00:34 +0300 Subject: change default browser to firefox --- home-manager/homeModules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/homeModules/hyprland.nix') diff --git a/home-manager/homeModules/hyprland.nix b/home-manager/homeModules/hyprland.nix index 3304636..946fc1d 100644 --- a/home-manager/homeModules/hyprland.nix +++ b/home-manager/homeModules/hyprland.nix @@ -140,7 +140,7 @@ # Apps "$mainMod, D, exec, killall rofi || rofi -show-icons -show drun" "$mainMod, Q, exec, $terminal" - "$mainMod, B, exec, brave --enable-features=TouchpadOverscrollHistoryNavigation" + "$mainMod, B, exec, firefox" "$mainMod, T, exec, telegram-desktop" "$mainMod, E, exec, emacsclient -c -a emacs" "$mainMod CONTROL, E, exec, emacs" -- cgit v1.2.3