MaruNote
  • Study Notes
    • Nmap + Nessus Cheat Sheet
    • SQL Injection Fundamentals
      • SQL Argument
      • Introduction
      • Subverting Query Logic
      • Using Comments
      • Union Clause
      • Union Injection
      • Database Enumeration
      • Reading Files
      • Writing Files
      • Mitigation
      • Skill Assessment
    • Stack-Based Buffer Overflows on Linux x86
      • Introduction
    • Stack-Based Buffer Overflows on Windows x86
      • Introduction
  • Tech Notes
    • Linux Cookbook
      • [Ubuntu] Limiting Lenovo Laptop Battery Charging to 80% in Ubuntu
      • [Debian] Firefox User Exprience
    • Windows Cookbook
    • MacOS Cookbook
    • NGFW
    • Rclone
    • Jellyfin
    • Docker
    • Wireguard
    • Powerlevel10k
  • Troubleshooting
    • [Python] error: Microsoft Visual C++ 14.0 or greater is required.
  • Code Draft
    • Python Network Reconnaissance
    • Java File Management
    • Synology Schedule Task
Powered by GitBook
On this page
  • Firefox touchpad scrolling speed
  • Add gestures
  1. Tech Notes
  2. Linux Cookbook

[Debian] Firefox User Exprience

Firefox touchpad scrolling speed

about:config 
mousewheel.system_scroll_override.enabled > false
apz.gtk.kinetic_scroll.enabled > false

Add gestures

gedit ~/.profile
export MOZ_ENABLE_WAYLAND=1 #at bottom
Previous[Ubuntu] Limiting Lenovo Laptop Battery Charging to 80% in UbuntuNextWindows Cookbook

Last updated 5 months ago