diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-18 13:43:59 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-18 13:43:59 +0100 |
commit | 3dc6519272f6f5f4e5855cb740ca9ed9e65b44cf (patch) | |
tree | 7017176bd3b2e8bf1879d87da06597ca5cda092f | |
parent | 2c02fe2aa9c014f7f1e922da75ab45b98da45f09 (diff) | |
download | Ansible-3dc6519272f6f5f4e5855cb740ca9ed9e65b44cf.tar.gz Ansible-3dc6519272f6f5f4e5855cb740ca9ed9e65b44cf.tar.zst Ansible-3dc6519272f6f5f4e5855cb740ca9ed9e65b44cf.zip |
Add fcitx input method
-rw-r--r-- | roles/init/templates/pam_environment.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/init/templates/pam_environment.j2 b/roles/init/templates/pam_environment.j2 index c257045..422b98d 100644 --- a/roles/init/templates/pam_environment.j2 +++ b/roles/init/templates/pam_environment.j2 | |||
@@ -78,6 +78,11 @@ DASHT_DOCSETS_DIR DEFAULT="${XDG_DATA_HOME}/Zeal/Zeal/docsets/" | |||
78 | # Wget | 78 | # Wget |
79 | WGETRC DEFAULT="${XDG_CONFIG_HOME}/wgetrc" | 79 | WGETRC DEFAULT="${XDG_CONFIG_HOME}/wgetrc" |
80 | 80 | ||
81 | # fcitx | ||
82 | GTK_IM_MODULE DEFAULT="fcitx" | ||
83 | QT_IM_MODULE DEFAULT="fcitx" | ||
84 | XMODIFIERS DEFAULT="@im=fcitx" | ||
85 | |||
81 | # node_modules/pm2/paths.js | 86 | # node_modules/pm2/paths.js |
82 | PM2_HOME DEFAULT="${XDG_DATA_HOME}/pm2" | 87 | PM2_HOME DEFAULT="${XDG_DATA_HOME}/pm2" |
83 | PM2_CONF_FILE DEFAULT="${XDG_CONFIG_HOME}/pm2/conf.js" | 88 | PM2_CONF_FILE DEFAULT="${XDG_CONFIG_HOME}/pm2/conf.js" |