unmap middle button on foureighty as it's broken
This commit is contained in:
parent
0d176c3fd0
commit
374bd891de
1 changed files with 8 additions and 3 deletions
|
@ -42,12 +42,17 @@
|
|||
|
||||
services.xserver = {
|
||||
libinput = {
|
||||
enable = lib.mkForce false;
|
||||
enable = true;
|
||||
touchpad = {
|
||||
tapping = false;
|
||||
clickMethod = "none";
|
||||
tapping = true;
|
||||
naturalScrolling = false;
|
||||
middleEmulation = false;
|
||||
disableWhileTyping = true;
|
||||
buttonMapping = "1 0 3 4 5 6 7 8 9 10";
|
||||
};
|
||||
mouse = {
|
||||
middleEmulation = false;
|
||||
buttonMapping = "1 0 3 4 5 6 7 8 9 10";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue