synaptics module: By default, disable edge drag scrolling if two finger scrolling is enabled
svn path=/nixos/trunk/; revision=28472
This commit is contained in:
parent
96304c9afc
commit
38cab9070f
@ -42,7 +42,7 @@ let cfg = config.services.xserver.synaptics; in
|
|||||||
};
|
};
|
||||||
|
|
||||||
vertEdgeScroll = mkOption {
|
vertEdgeScroll = mkOption {
|
||||||
default = true;
|
default = ! cfg.twoFingerScroll;
|
||||||
description = "Whether to enable vertical edge drag-scrolling.";
|
description = "Whether to enable vertical edge drag-scrolling.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user