forked from mirrors/nixpkgs
multitouch: Invert left-right scrolling when invertScroll is enabled
This commit is contained in:
parent
3d2b83c110
commit
cdd8ecf9c7
|
@ -49,6 +49,8 @@ let cfg = config.services.xserver.multitouch; in
|
|||
${optionalString cfg.invertScroll ''
|
||||
Option "ScrollUpButton" "5"
|
||||
Option "ScrollDownButton" "4"
|
||||
Option "ScrollLeftButton" "7"
|
||||
Option "ScrollLeftButton" "6"
|
||||
''}
|
||||
EndSection
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue