diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-06-27 18:00:34 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | 0a92ba6fb6a22898e3c109ca661819ad7d0fea6a (patch) | |
| tree | 2bf48a3182a5f31c7b2b83af9e49f1fe54dd58d7 /home-manager/homeModules | |
| parent | b500f20f2c713d0fba3a1457c4f347530862d346 (diff) | |
change default browser to firefox
Diffstat (limited to 'home-manager/homeModules')
| -rw-r--r-- | home-manager/homeModules/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
