mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
input: move <scrollFactor> to <libinput> section
This allows per-device configuration of scroll factor (e.g. setting different scroll factors for mice and touchpads).
This commit is contained in:
parent
670cc0f511
commit
688ba7fb31
9 changed files with 45 additions and 10 deletions
|
|
@ -99,7 +99,6 @@ struct rcxml {
|
|||
/* mouse */
|
||||
long doubleclick_time; /* in ms */
|
||||
struct wl_list mousebinds; /* struct mousebind.link */
|
||||
double scroll_factor;
|
||||
|
||||
/* touch tablet */
|
||||
struct wl_list touch_configs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue