feat: disable touchpad when typing
This commit is contained in:
@@ -154,6 +154,10 @@ in
|
|||||||
repeat-rate = 50;
|
repeat-rate = 50;
|
||||||
xkb.options = "caps:escape";
|
xkb.options = "caps:escape";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
touchpad = {
|
||||||
|
dwt = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
binds =
|
binds =
|
||||||
|
|||||||
Reference in New Issue
Block a user