diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-19 16:47:18 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-19 16:47:18 +0000 |
commit | 2dd040b032266fbc2e33dad00d06e39bd8500944 (patch) | |
tree | a56284b4e14e49eed2fbfe6931d58a1813e3225a | |
parent | f0568874f9470b92e39f7088ffc937a5f6b13e0d (diff) |
Trying to speed up the trackpoint on the x1 using xinitrc - it didnt work in xprofile.
-rwxr-xr-x | xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ gnome-keyring-daemon --replace --daemonize --components=gpg,pkcs11,secrets,ssh xmodmap .xmodmap xrdb ~/.Xresources +xinput set-prop "TPPS/2 IBM TrackPoint" "libinput Accel Speed" 0.99 & exec dbus-launch --exit-with-session i3 |