mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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"];
|
videoDrivers = ["modesetting"];
|
||||||
libinput = {
|
libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mouse.accelProfile = "flat";
|
mouse = {
|
||||||
mouse.accelSpeed = "0";
|
accelProfile = "flat";
|
||||||
|
accelSpeed = "0";
|
||||||
|
middleEmulation = false;
|
||||||
|
};
|
||||||
# touchpad = {
|
# touchpad = {
|
||||||
# accelProfile = "flat";
|
# accelProfile = "flat";
|
||||||
# accelSpeed = "0.5";
|
# accelSpeed = "0.5";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue