Axum

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

help-circle



  • AxumtoSelfhosted@lemmy.worldRelease frequency preferences
    link
    fedilink
    English
    arrow-up
    27
    ·
    16 days ago

    This isn’t something that should really be set by users of an app. It should be set by you, as you will be the one to handle user feedback and bug reports.

    That being said, bigger releases are a challenge from a debugging report standpoint because you are introducing many more changes in each release compared to a smaller number of charges in more frequent releases. This is why many devops teams in corporate land try to keep releases smaller and more frequent (see also: Agile Development)




  • AxumtoLinux@lemmy.mlWindows-like middle-mouse button behaviour?
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    2 months ago

    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 using the autoscroll arrows.