mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-10 00:31:54 +05:30
Compare commits
2 Commits
7006670315
...
0934d3235d
Author | SHA1 | Date | |
---|---|---|---|
0934d3235d
|
|||
e55e55ddbf
|
@@ -244,6 +244,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
libinput.touchpad.naturalScrolling = true;
|
libinput.touchpad.naturalScrolling = true;
|
||||||
|
libinput.mouse.accelProfile = "flat";
|
||||||
|
|
||||||
# To use Auto-cpufreq we need to
|
# To use Auto-cpufreq we need to
|
||||||
# disable TLP because it's enabled by nixos-hardware
|
# disable TLP because it's enabled by nixos-hardware
|
||||||
|
@@ -65,6 +65,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
libinput.touchpad.naturalScrolling = true;
|
libinput.touchpad.naturalScrolling = true;
|
||||||
|
libinput.mouse.accelProfile = "flat";
|
||||||
|
|
||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
|
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
#-- Input: Keyboard, Mouse, Touchpad
|
#-- Input: Keyboard, Mouse, Touchpad
|
||||||
input = {
|
input = {
|
||||||
sensitivity = -0.5;
|
sensitivity = -0.7;
|
||||||
scroll_method = "2 fg";
|
scroll_method = "2 fg";
|
||||||
touchpad = {
|
touchpad = {
|
||||||
natural_scroll = true;
|
natural_scroll = true;
|
||||||
|
Reference in New Issue
Block a user