mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
parent
753aef9d78
commit
a8e0248f47
5 changed files with 10 additions and 1 deletions
|
|
@ -420,6 +420,8 @@ entry(xmlNode *node, char *nodename, char *content)
|
|||
} else {
|
||||
wlr_log(WLR_ERROR, "invalid doubleClickTime");
|
||||
}
|
||||
} else if (!strcasecmp(nodename, "scrollFactor.mouse")) {
|
||||
rc.scroll_factor = atof(content);
|
||||
} else if (!strcasecmp(nodename, "name.context.mouse")) {
|
||||
current_mouse_context = content;
|
||||
current_mousebind = NULL;
|
||||
|
|
@ -573,6 +575,7 @@ rcxml_init(void)
|
|||
init_font_defaults(&rc.font_osd);
|
||||
|
||||
rc.doubleclick_time = 500;
|
||||
rc.scroll_factor = 1.0;
|
||||
rc.repeat_rate = 25;
|
||||
rc.repeat_delay = 600;
|
||||
rc.screen_edge_strength = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue