You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[informant](https://aur.archlinux.org/packages/informant) makes sure that you are aware of breaking changes in the updates that you'll get. [overdue](https://aur.archlinux.org/packages/overdue) lists daemons that reference outdated libraries. [pacman-cleanup-hook](https://aur.archlinux.org/packages/pacman-cleanup-hook) keeps your pacman cache clean. [downgrade](https://aur.archlinux.org/packages/downgrade), while isn't a pacman hook, will still help you in case you have to downgrade a package.
262
+
[informant](https://aur.archlinux.org/packages/informant) makes sure that you are aware of breaking changes in the updates that you'll get. [overdue](https://aur.archlinux.org/packages/overdue) lists daemons that reference outdated libraries. [pacman-cleanup-hook](https://aur.archlinux.org/packages/pacman-cleanup-hook) keeps your pacman cache clean. [rebuild-detector](https://github.com/maximbaz/rebuild-detector) detects which Arch Linux packages need to be rebuilt. [downgrade](https://aur.archlinux.org/packages/downgrade), while isn't a pacman hook, will still help you in case you have to downgrade a package.
@@ -371,6 +371,43 @@ Run the following script and select/enter your preferred cursor and cursor size
371
371
~/.config/scripts/set-cursor.sh
372
372
```
373
373
374
+
### Input Methods
375
+
376
+
As of writing this, I am learning Japanese and Korean for 5 and 4 years, respectively. (I'm still not good at both btw) Because of this, I need Fcitx5 to allow me to use the Japanese and Korean input methods in Arch Linux.
377
+
378
+
```bash
379
+
paru -S fcitx5-im fcitx5-mozc-ut fcitx5-hangul
380
+
```
381
+
382
+
After installing the packages, create/edit the following files with their corresponding contents:
383
+
384
+
> [!NOTE]+ `~/.gtkrc-2.0`
385
+
>
386
+
> ```bash
387
+
> gtk-im-module="fcitx"
388
+
>```
389
+
390
+
> [!NOTE]+ `~/.config/gtk-3.0/settings.ini` and `~/.config/gtk-4.0/settings.ini`
391
+
>
392
+
>```toml
393
+
> [Settings]
394
+
> gtk-im-module=fcitx
395
+
>```
396
+
397
+
After that, run `fcitx5-configtool` and uncheck "Only Show Current Language". Search for the following input methods and move them to the left "Current Input Method" column:
398
+
399
+
- Mozc
400
+
- Hangul
401
+
402
+
Go to "Global Options" tab and change the first entry of "Trigger Input Method" (should be initially set to `Control+Space`) to `Super+,`.
403
+
404
+
More information is available at:
405
+
406
+
- [Arch Wiki > Fcitx5](https://wiki.archlinux.org/title/Fcitx5)
407
+
- [Arch Wiki > Mozc](https://wiki.archlinux.org/title/Mozc)
408
+
- [Arch Wiki > Localization > Korean](https://wiki.archlinux.org/title/Localization/Korean).
409
+
- [Fcitx > Using Fcitx 5 on Wayland](https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland)
410
+
374
411
## Setting Up Kitty
375
412
376
413
Kitty is my terminal emulator of choice. Install it via `paru` to begin.
0 commit comments