Move magnfier size into XML

This commit is contained in:
Simon Long 2024-05-02 18:08:24 +01:00
parent fe67087cf6
commit 165b955cd9
3 changed files with 22 additions and 19 deletions

View file

@ -1204,8 +1204,6 @@ rcxml_init(void)
rc.focus_follow_mouse = false;
rc.focus_follow_mouse_requires_movement = true;
rc.raise_on_focus = false;
rc.magnify = false;
rc.magnification = 2;
rc.doubleclick_time = 500;
rc.scroll_factor = 1.0;
@ -1240,6 +1238,10 @@ rcxml_init(void)
rc.workspace_config.popuptime = INT_MIN;
rc.workspace_config.min_nr_workspaces = 1;
rc.magnify = false;
rc.mag_scale = 2;
rc.mag_size = 400;
}
static void