Linux
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 04 Jul 2018 03:12:05 +0000 |
parents |
c55730194b70 |
children |
069ed14df8ff |
#!/bin/sh
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# TRACKPAD=`xinput list | grep 'Elantech Touchpad' | cut -d= -f2 | cut -f1`
# SCROLL=`xinput list-props $TRACKPAD | grep 'Natural Scrolling Enabled (' | cut -d\( -f2 | cut -d\) -f1`
# CLICK=`xinput list-props $TRACKPAD | grep 'Click Method Enabled (' | cut -d\( -f2 | cut -d\) -f1`
# xinput set-prop $TRACKPAD $SCROLL 1
# xinput set-prop $TRACKPAD $CLICK 0, 1
/home/sjl/src/dotfiles/bin/keysettings
# xcape -t 200 -e 'Control_L=Escape'
# xautolock -time 15 -locker /usr/bin/slock &
# /usr/bin/dunst -config $HOME/.dunstrc &
exec /usr/local/bin/stumpwm