Linux Input Configuration

created feb 05 26
last modified feb 08 26
tags #linux

Compose Key

Useful for typing special characters (like the 'ô' in L'Hôpital's Rule).

Pinyin and Japanese

Install doas pacman -Sy fcitx5-im fcitx5-chinese-addons fcitx5-configtool Run fcitx-configtool

put this in xinitrc

fcitx5 -d &

Mouse Sensitivity

xinput --list --short
xinput --list --props <the mouse name>
xinput --list-props <mouse id>
xinput --set-prop 8 290 -0.5 ## EXAMPLE

source