bool xdg_shell_server_side_deco;
int gap;
bool adaptive_sync;
- int screen_edge_strength;
/* focus */
bool focus_follow_mouse;
/* libinput */
struct wl_list libinput_categories;
+
+ /* resistance */
+ int screen_edge_strength;
};
extern struct rcxml rc;
rc.repeat_rate = atoi(content);
} else if (!strcasecmp(nodename, "repeatDelay.keyboard")) {
rc.repeat_delay = atoi(content);
- } else if (!strcasecmp(nodename, "screenEdgeStrength.core")) {
+ } else if (!strcasecmp(nodename, "screenEdgeStrength.resistance")) {
rc.screen_edge_strength = atoi(content);
}
}