splitbrain.org

electronic brain surgery since 2001

Thinkpad X240 Arch Linux

Packages

Emoji Picker

“”→“”→“”

ibus emoji

Key Remapping

^[[2~^[[4~Wiki

yay

$> yay -S rc-local
#!/bin/sh -e
 
setkeycodes e049 102 e051 107 e047 104 e052 109
 
exit 0;
#> chmod 755 /etc/rc.local
#> systemctl enable rc-local
#> systemctl start rc-local

Touchpad

Section "InputClass"
	Identifier "touchpad"
	Driver "libinput"
	MatchIsTouchpad "on"
	Option "Tapping" "on"
	Option "TappingButtonMap" "lmr"
EndSection



Tags:
laptop, notebook, archlinux, howto
Similar posts:

Comments