commit 83801baeb718162ae139e0b96436466ca301cfa6 parent 95fb926a4fbe88002a4e9a1856d505fb461e1090 Author: Matsuda Kenji <info@mtkn.jp> Date: Thu, 10 Oct 2024 10:09:23 +0900 update Diffstat:
M | config/X11/xinitrc | | | 9 | +++++---- |
D | config/vim/vimrc | | | 21 | --------------------- |
2 files changed, 5 insertions(+), 25 deletions(-)
diff --git a/config/X11/xinitrc b/config/X11/xinitrc @@ -13,10 +13,11 @@ if [ -f $usermodmap ]; then xmodmap $usermodmap fi -export XMODIFIERS='@im=ibus' -export GTK_IM_MODULE="xim" -export GTK3_IM_MODULE="xim" -ibus-daemon -drx +export XMODIFIERS='@im=uim' +export GTK_IM_MODULE="uim" +export GTK3_IM_MODULE="uim" +#ibus-daemon -drx +uim-xim & xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1 xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2 diff --git a/config/vim/vimrc b/config/vim/vimrc @@ -1,21 +0,0 @@ -set fenc=utf-8 -set encoding=utf-8 -filetype on - -set nonumber -set autoindent -set shiftwidth=4 -set tabstop=4 -set viminfo= -syntax off -set t_Co=0 - -map <up> <nop> -map <down> <nop> -map <left> <nop> -map <right> <nop> - -imap <up> <nop> -imap <down> <nop> -imap <left> <nop> -imap <right> <nop>