forked from mirrors_public/oddlama_nix-config
feat: finally i can AWP again
This commit is contained in:
parent
a7883a7508
commit
0eb0b5caf1
1 changed files with 5 additions and 2 deletions
|
@ -9,8 +9,11 @@
|
|||
videoDrivers = ["modesetting"];
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse.accelProfile = "flat";
|
||||
mouse.accelSpeed = "0";
|
||||
mouse = {
|
||||
accelProfile = "flat";
|
||||
accelSpeed = "0";
|
||||
middleEmulation = false;
|
||||
};
|
||||
# touchpad = {
|
||||
# accelProfile = "flat";
|
||||
# accelSpeed = "0.5";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue