[rime][fcitx5] Set default to English on KDE with fcitx5.

This commit is contained in:
Yushun Cheng 2022-07-28 23:11:02 +08:00
parent c1b2e850b6
commit e18c24f897
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
patch:
{{- if eq .chezmoi.os "windows" }}
{{- if (or (eq .chezmoi.os "windows") (eq (env "XDG_CURRENT_DESKTOP") "KDE")) }}
"switches/@0/reset": 1
{{- else }}
"switches/@0/reset": 0

View File

@ -1,5 +1,5 @@
patch:
{{- if eq .chezmoi.os "windows" }}
{{- if (or (eq .chezmoi.os "windows") (eq (env "XDG_CURRENT_DESKTOP") "KDE")) }}
"switches/@0/reset": 1
{{- else }}
"switches/@0/reset": 0