diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2021-02-23 14:25:24 +0900 |
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-02-23 14:40:49 +0900 |
| commit | d37e8d5d72366ac14d9f6f1ece375d18aa181e1a (patch) | |
| tree | 3e415ee44c95f8eee7681adaae0964c04625500b | |
| parent | 78cd66a88548cdf96b612c2030475de5274b8a67 (diff) | |
Add uim settings
| -rwxr-xr-x | .xsession | 1 | ||||
| -rw-r--r-- | .xsessionrc | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -1,2 +1,3 @@ +uim-toolbar-gtk3-systray & nm-applet & exwm diff --git a/.xsessionrc b/.xsessionrc index 4a619a8..54f8b74 100644 --- a/.xsessionrc +++ b/.xsessionrc @@ -9,3 +9,8 @@ export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs" export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" export GIT_SSL_CAINFO="$SSL_CERT_FILE" export CURL_CA_BUNDLE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" + +export GTK_IM_MODULE='uim' +export QT_IM_MODULE='uim' +uim-xim & +export XMODIFIERS='@im=uim' |
