Making messes with xinput and minirc

This commit is contained in:
2022-04-21 11:40:29 -04:00
parent b115edd210
commit e94d0ea6f6
3 changed files with 42 additions and 12 deletions

16
xinitrc
View File

@@ -1,21 +1,13 @@
# 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
}
. ~/.config/xinit_functions.sh
_xinit_setup_xinput
eval "$(ssh-agent)"
if [ -n "${WM}" ]; then
exec "${WM}"
fi
exec leftwm