Skip Navigation

Search

Navigation swiping (2-finger) without holding 'alt' in X11?

I recently installed Debian 12 using Xfce on my SUPER old chromebook to extend its life. Everything has been really nice so far. But I use the chromebook for browsing 90% of the time, so I like to have everything as easily operated as possible, and I am used to being able to navigate forward and back in the browser using two finger swipe gestures. After some googling, I saw that the support for this just got added in Wayland environments. That implies that it already existed in X11 environments? After a while, I found that if you hold 'alt' you can use the swipe gestures. It defeats the purpose of gestures if you have to use both hands, so I was hoping there was a way to get this functionality back.

(Mozilla Firefox version = 115.6.0esr)

5

Firefox keeps randomly opening a new tab

It started earlier today, I was watching TV and looked up the cast of an episode of solar opposites on IMDB and promptly closed it. Now randomly throughout the day today that tab going to that episodes cast on IMDB opens. Anything on google pointed to malware but I am not convinced its not a weird bug. Anyone else have this happen? i am going to try to clear history and see if that helps or if it opens a blank tab.

1

Highly sensitive touchpad scrolling fix for Wayland!

Been tinkering with alot of parameters in about:config, but I finally a viable solution:

We all know that changing mousewheel.default.delta_multiplier_Any particular Axis values changes the minimum number of lines being scrolled

But what this does not change is the sensitivity of the smallest "fling" gesture when scrolling with a touchpad.

Here's the values you want to alter when trying make the scrolling feel more "tighter" or more "Windows like" or to fix the issue described above:

set apz.fling_friction 0.002 --> 0.005

apz.fling_min_velocity_threshold 0.5 --> 1.5

the above will make the smooth scrolling with touchpad actually feel smooth and in control. As opposed to simply changing the delta multiplier values.

0