@@ -164,10 +164,9 @@ int config_load_ref(lua_State *L, int idx, Config *out)
|
||||
out->displays.hud.size = 720;
|
||||
out->displays.hud.font_size = 24;
|
||||
out->displays.virtual.resolution = (Vector2) { 2560, 1440 };
|
||||
// ====== END DEFAULTS ======
|
||||
|
||||
out->xwayland.enabled = true;
|
||||
out->xwayland.lazy = true;
|
||||
out->xwayland.lazy = false;
|
||||
// ====== END DEFAULTS ======
|
||||
|
||||
int cfg_abs = lua_absindex(L, idx);
|
||||
if (push_config_table_from_idx(L, cfg_abs) != 0)
|
||||
|
||||
Reference in New Issue
Block a user