• 0 Posts
  • 34 Comments
Joined 8 months ago
cake
Cake day: August 4th, 2024

help-circle
rss

  • Not super ideal for a server as far as maintenance and uptime to have unexpected, frequent restarts

    This is such a weird take given that 99.9% of people here are just running this on their home servers which aren’t dictated by a SLA, so it’s not like people need to worry about reboots. Just reboot once a month unless there’s some odd CVE you need to hit sooner than later.









  • OP, there are two parts to this.

    One is handles by your Desktop Environment for desktop scrolling outside of apps. Others have mentioned this.

    The other is handled directly by browsers.

    To enable this for browsers:

    Firefox: under about:config, the key general.autoScroll needs to be set to true

    Chrome:

    Chrome (and any electron based apps) needs to have the following additional flag added to launch with support for middle click scroll: --enable-blink-features=MiddleClickAutoscroll

    I would also advise you to map 2 of your mouse buttons to scroll up and scroll down, that way you can just hold a key down to scroll instead of shaking your mouse around.