dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit eec4ea282742828966d09ff3682e9c7854845659
parent 485d3c894ad76e1680cced3f68c2c6a8fc487d24
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Mar 2020 16:49:12 -0700

Set URxvt.imLocale to Japanese

Diffstat:
M.Xresources | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -28,4 +28,5 @@ URxvt.color13: #ad7fa8 URxvt.color14: #34e2e2 URxvt.color15: #eeeeec URxvt.inputMethod: ibus +URxvt.imLocale: ja_JP.UTF-8 URxvt.preeditType: OverTheSpot