You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
337 B

# vim:filetype=bash:expandtab:ts=2:sts=2
setxkbmap dvorak
function _xinit_setup_xinput() {
if ! xinput list &>/dev/null; then
return
fi
if ! xinput list-props 'Elan Touchpad' &>/dev/null; then
return
fi
xinput set-prop 'Elan Touchpad' \
'libinput Natural Scrolling Enabled' 1
}
_xinit_setup_xinput
exec leftwm