rime / ibus-rime

【中州韻】Rime for Linux/IBus
https://rime.im
GNU General Public License v3.0
730 stars 105 forks source link

[Feature Request] Support XDG_CONFIG_HOME for user data dir. #85

Open kevinhwang91 opened 4 years ago

kevinhwang91 commented 4 years ago
static const char* get_ibus_rime_user_data_dir(char *path) {
  const char* home = getenv("HOME");
  strcpy(path, home);
  strcat(path, "/.config/ibus/rime");
  return path;
}

Please support $XDG_CONFIG_HOME.