mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-05 07:15:31 -04:00
add decimal point to scroll_factor in config.def.h
This commit is contained in:
parent
ae4ac6d3b7
commit
6f2a20be8e
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ static const int natural_scrolling = 0;
|
|||
static const int disable_while_typing = 1;
|
||||
static const int left_handed = 0;
|
||||
static const int middle_button_emulation = 0;
|
||||
static const double scroll_factor = 1;
|
||||
static const double scroll_factor = 1.0;
|
||||
/* You can choose between:
|
||||
LIBINPUT_CONFIG_SCROLL_NO_SCROLL
|
||||
LIBINPUT_CONFIG_SCROLL_2FG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue