fix mouse accel
This commit is contained in:
parent
9d69b3ca78
commit
c88b07b052
1 changed files with 7 additions and 10 deletions
|
|
@ -34,16 +34,13 @@
|
|||
];
|
||||
};
|
||||
desktopManager.xterm.enable = false;
|
||||
libinput.enable = true;
|
||||
config = ''
|
||||
Section "InputClass"
|
||||
Identifier "mouse accel"
|
||||
Driver "libinput"
|
||||
MatchIsPointer "yes"
|
||||
Option "AccelProfile" "flat"
|
||||
Option "AccelSpeed" "0"
|
||||
EndSection
|
||||
'';
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelSpeed = "0";
|
||||
accelProfile = "flat";
|
||||
};
|
||||
};
|
||||
xkbOptions = "caps:swapescape";
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue