You are not logged in.
I can plug a mouse and right-click works as expected but right-clicking from the touchpad works like left-click. This means if I right-click on a link instead of giving me a context menu it opens it like the left-click.
Last edited by amixra (2023-11-03 14:49:11)
Experiment at-least.
Offline
Offline
Nothing changed. All the same as it was. I also tried shutting down and then booting up to check for any changes. Also is that really how one should check whether their settings got applied or is their a way to check it in current session?
Last edited by amixra (2023-10-31 10:48:12)
Experiment at-least.
Offline
How are you "right clicking" exactly ? The majority of modern touchpads have multi input and a right click is usually a two finger tap by default. Which hardware is this?
As for runtime checking, the section below the config mentions xinput which you can do to do on the fly adjustments.
Offline
So, basically, it had a tap to click and the touchpad have a button(or two maybe internally) pressing it on the left side acts as a left click, and pressing on the right side acts as a right click. This was in Windows.
After lots of hit and trial, I found out right click is basically using two fingers to press the touchpad button. No matter, where do I press the button left or right irrespectively. Similarly, pressing that button with a single finger acts as a left click no matter where I press it.
I intend to have tap to click, single finger, two finger & three finger tap to click all of them. Pressing that button is a little bit of "extra effort".
Last edited by amixra (2023-10-31 11:27:40)
Experiment at-least.
Offline
Do you want a segmented touchpad, i.e. that clicking the left side once gives you a left-click and ditto for the right click? You probably want the ClickMethod="buttonareas"
Offline
Nothing changed after putting buttonareas as clickMethod. So, currently I have neither tap as click nor segmented button areas given I have following file setup
/etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
Option "ClickMethod" "buttonareas"
EndSectionLast edited by amixra (2023-11-01 16:31:33)
Experiment at-least.
Offline
$ xinput get-button-map 10
1 2 3 4 5 6 7where 10 is device id for touchpad.
Experiment at-least.
Offline
OK, Everything works now. Basically, there is something wrong with gnome for me. Most of the shortcuts behave strangely. Like buttons like CTRL, ALT, SHIFT etc. stay persistent. I finally switched to awesomeWM after setting up my dotfiles. All of the behaviors in the trackpad are working as expected.
Experiment at-least.
Offline
You've likely been running gnome on wayland where all the xinput and xorg.conf.d alterations are moot?
Offline
No, I am using it on Xorg only because for some reason Wayland doesn't let me log in from gdm. Every time I enter the password, it still remains stuck to gdm.
Experiment at-least.
Offline
Is GDM running on wayland?
(You'll find the answer in the system journal)
Offline
Opened a new issue with that issue
https://bbs.archlinux.org/viewtopic.php … 5#p2129505
Experiment at-least.
Offline