diff options
Diffstat (limited to 'x11')
-rwxr-xr-x | x11/xinitrc | 1 | ||||
-rwxr-xr-x | x11/xprofile.T495 | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/x11/xinitrc b/x11/xinitrc index a62b91e..525cb0c 100755 --- a/x11/xinitrc +++ b/x11/xinitrc @@ -1,4 +1,5 @@ #!/bin/sh X11CONFIG=${X11CONFIG:=${XDG_CONFIG_HOME:+$XDG_CONFIG_HOME/x11}}; X11CONFIG=${X11CONFIG:-$HOME/.config/x11} X11CONFIG=$X11CONFIG $X11CONFIG/xprofile +[ -e $X11CONFIG/xprofile.$(hostname) ] && X11CONFIG=$X11CONFIG $X11CONFIG/xprofile.$(hostname) exec dbus-launch --exit-with-session ${WM:-timmywm} diff --git a/x11/xprofile.T495 b/x11/xprofile.T495 new file mode 100755 index 0000000..0eb2d0c --- /dev/null +++ b/x11/xprofile.T495 @@ -0,0 +1,4 @@ +#!/bin/sh +xinput --set-prop 13 308 -0.5 # make trackpoint accelerate less +xinput --set-prop 12 308 0.3 # make trackpad accelerate more +xinput --set-prop 12 298 0 # don't disable trackpad while typing |