From 27fa2fa4c200651d102a7d9451c8e0fb69ae526c Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Thu, 27 Oct 2022 03:37:29 -0300 Subject: [PATCH] chore: move fcitx5 configs to somewhere else --- .config/environment.d/fcitx5.conf | 3 +++ .pam_environment | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .config/environment.d/fcitx5.conf delete mode 100644 .pam_environment diff --git a/.config/environment.d/fcitx5.conf b/.config/environment.d/fcitx5.conf new file mode 100644 index 0000000..a3ad8d8 --- /dev/null +++ b/.config/environment.d/fcitx5.conf @@ -0,0 +1,3 @@ +GTK_IM_MODULE = fcitx +QT_IM_MODULE = fcitx +XMODIFIERS = "@im=fcitx" \ No newline at end of file diff --git a/.pam_environment b/.pam_environment deleted file mode 100644 index f07739f..0000000 --- a/.pam_environment +++ /dev/null @@ -1,3 +0,0 @@ -GTK_IM_MODULE DEFAULT=fcitx -QT_IM_MODULE DEFAULT=fcitx -XMODIFIERS DEFAULT=\@im=fcitx