Linux Input Configuration

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

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