I am looking to transition from a Firefox-based SSB using webapp-manager, to TiddlyDesktop for performance reasons. It might be because webapp-manager forces Firefox in Strict security mode which I think hampers visual performance in general - but it is quite stark.
The problem is that I heavily rely on autoscroll.
Autoscroll is where you press the middle mouse button and can scroll up and down the page. This has historically been difficult to support on Linux, until the arrival of Wayland - meaning we no longer need to support the archaic primary clipboard of X.
Chromium-based browsers, like TiddlyDesktop, support autoscrolling with the command-line flag --enable-blink-features=MiddleClickAutoscroll
. Chromium will normally show a warning every launch when one of these flags is enabled but TiddlyDesktop wisely suppresses the warning. So far, so good.
Unfortunately, TiddlyDesktop’s nw
binary is based on X. So middle-clicking triggers a paste action from the clipboard. I need to stop this behaviour from happening.
Possible solutions I have considered:
- Is there a way to disable this for this program only? I use KDE by the way. I don’t want to disable the middle mouse button altogether in other X programs.
- Is there a Wayland distribution available (without using NixOS)?
If not, I am happy to accept any workaround and even compilation instructions if necessary, though I would prefer to avoid that.
I would strongly prefer to run TW in TiddlyDesktop instead of Chromium proper, to compartmentalise it from the rest of the web.