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;
|
desktopManager.xterm.enable = false;
|
||||||
libinput.enable = true;
|
libinput = {
|
||||||
config = ''
|
enable = true;
|
||||||
Section "InputClass"
|
mouse = {
|
||||||
Identifier "mouse accel"
|
accelSpeed = "0";
|
||||||
Driver "libinput"
|
accelProfile = "flat";
|
||||||
MatchIsPointer "yes"
|
};
|
||||||
Option "AccelProfile" "flat"
|
};
|
||||||
Option "AccelSpeed" "0"
|
|
||||||
EndSection
|
|
||||||
'';
|
|
||||||
xkbOptions = "caps:swapescape";
|
xkbOptions = "caps:swapescape";
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue