Skip to content

Commit

Permalink
fix fcitx5's rime_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
marguerite committed Jun 3, 2023
1 parent 453382b commit 1864c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dir.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func GetRimeDir() string {

switch RIME_FRONTEND {
case "fcitx5":
return filepath.Join(home, ".config/fcitx5/rime")
return filepath.Join(home, ".local/share/fcitx5/rime")
case "fcitx":
return filepath.Join(home, ".config/fcitx/rime")
case "ibus":
Expand Down

0 comments on commit 1864c6f

Please # to comment.