make the default screen-edge resistance 20 (double what it is for windows)
This commit is contained in:
parent
83c213143e
commit
5a44164be9
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<resistance>
|
<resistance>
|
||||||
<strength>10</strength>
|
<strength>10</strength>
|
||||||
<screen_edge_strength>10</screen_edge_strength>
|
<screen_edge_strength>20</screen_edge_strength>
|
||||||
</resistance>
|
</resistance>
|
||||||
|
|
||||||
<placement>
|
<placement>
|
||||||
|
|
|
@ -398,7 +398,7 @@ void config_startup(ObParseInst *i)
|
||||||
parse_register(i, "mouse", parse_mouse, NULL);
|
parse_register(i, "mouse", parse_mouse, NULL);
|
||||||
|
|
||||||
config_resist_win = 10;
|
config_resist_win = 10;
|
||||||
config_resist_edge = 10;
|
config_resist_edge = 20;
|
||||||
|
|
||||||
parse_register(i, "resistance", parse_resistance, NULL);
|
parse_register(i, "resistance", parse_resistance, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue