diff --git a/README.md b/README.md index e6d85f4..890517a 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,38 @@ auth optional pam_gnupg.so session optional pam_gnupg.so ``` +## Input Methods +Install: `fcitx` `fcitx-im` `fcitx-googlepinyin` `fcitx-configtool` + +And in `/etc/X11/xinit/xinitrc`: +``` +export GTK_IM_MODULE=fcitx +export QT_IM_MODULE=fcitx +export XMODIFIERS="@im=fcitx" +``` + ## fonts -- Just install `noto-fonts`. It's already bloated. Check `/usr/share/fonts/noto` +#### locale +In `locale.conf`: +``` +LANG=en_US.UTF-8 +LC_ADDRESS=en_US.UTF-8 +LC_IDENTIFICATION=en_US.UTF-8 +LC_MEASUREMENT=en_US.UTF-8 +LC_MONETARY=en_US.UTF-8 +LC_NAME=en_US.UTF-8 +LC_NUMERIC=en_US.UTF-8 +LC_PAPER=en_US.UTF-8 +LC_TELEPHONE=en_US.UTF-8 +LC_TIME=en_US.UTF-8 +``` + +#### My Font +I use the `Source Code Pro` font and `nerd-fonts-source-code-pro`. + +#### About Noto +Just install `noto-fonts` (not `-all`). It's already bloated. Check `/usr/share/fonts/noto` + #### Emoji ``` ttf-linux-libertine # probably not actually needed, only aesthetic @@ -31,17 +61,22 @@ ttf-emojione ttf-symbola ttf-joypixels ttf-twemoji-color +noto-fonts-emoji ``` + #### Chinese ``` wqy-bitmapfont 1.0.0RC1-3 wqy-microhei 0.2.0_beta-9 wqy-microhei-lite 0.2.0_beta-9 wqy-zenhei 0.9.45-7 +adobe-source-han-mono +adobe-source-han-sans +adobe-source-han-serif ``` ## gtk-theme -I use `adapta-gtk-theme` and `arc-icon-theme`.UUU +I use `adapta-gtk-theme` and `arc-icon-theme`. ## Arch Packages I Installed: See [my-packages.txt](https://github.com/theniceboy/.config/blob/master/my-packages.txt)