feat: set mouse accel based on machine type
This commit is contained in:
@@ -147,7 +147,7 @@ in
|
||||
|
||||
input = {
|
||||
focus-follows-mouse.enable = true;
|
||||
mouse."accel-speed" = 0.4;
|
||||
mouse."accel-speed" = if machine.portable then -0.4 else 0.4;
|
||||
keyboard = {
|
||||
repeat-delay = 300;
|
||||
repeat-rate = 50;
|
||||
|
||||
Reference in New Issue
Block a user