Skip to content

Instantly share code, notes, and snippets.

How to Speed Up Firefox on Linux: The Ultimate Guide ๐Ÿš€

If youโ€™re a Linux user like PewDiePie (yes, he uses Linux and loves a fast Firefox!), you probably want your browser to launch quickly and run smoothly. Firefox is powerful and privacy-respecting, but sometimes it can feel sluggish out of the box.

Donโ€™t worry - Iโ€™ve gathered the best tips and tricks to supercharge your Firefox on Linux. Whether you want faster startup times, smoother browsing, or just a snappier experience, this guide has you covered.


1. Keep Firefox Updated ๐Ÿ”„

@kRHYME7
kRHYME7 / Nvidia On Hyprland.md
Last active August 11, 2025 07:11
# Hyprland Environment Variables for NVIDIA and Intel Setups

Hyprland Environment Variables for NVIDIA and Intel Setups

I made this guide because I have a hybrid GPU. In some setup like HyDE, there is a chance that the environment variables are being set for NVIDIA ONLY setup.

Environment Variable NVIDIA Only Hybrid (NVIDIA+Intel) Intel Only Explanation / Notes
LIBVA_DRIVER_NAME,nvidia โœ… Use โŒ Avoid (use iHD or comment out) โŒ Avoid (use iHD) VA-API driver for NVIDIA. Causes issues on hybrid or Intel-only setups. Use iHD for Intel VA-API.
`LIBVA
@kRHYME7
kRHYME7 / PKGBUILD
Last active June 23, 2025 12:00
Hyprland-plugins-git | A revised git version of the AUR PKGBUILD
# Maintainer: x70b1
# Contributor: khing
pkgname=('hyprland-plugin-borders-plus-plus-git' 'hyprland-plugin-csgo-vulkan-fix-git' 'hyprland-plugin-hyprbars-git' 'hyprland-plugin-hyprexpo-git' 'hyprland-plugin-hyprscrolling-git' 'hyprland-plugin-hyprtrails-git' 'hyprland-plugin-hyprwinwrap-git' 'hyprland-plugin-xtra-dispatchers-git')
pkgbase='hyprland-plugins-git'
pkgver=0.49.0.115.gdd33128c2
pkgrel=1
pkgdesc='Official plugins for Hyprland pointing to latest git commit'
arch=('x86_64')
url='https://github.com/hyprwm/hyprland-plugins'
license=('BSD')