diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-15 19:59:00 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-15 19:59:00 +0100 |
commit | a6e4c64656496092336670520870e9377879dd8d (patch) | |
tree | 9950cfed7f449b6cab6f2ea98cde48278b8abdb6 | |
parent | bfc7bb50406c0b668d3b0d36c9a76509768e4710 (diff) |
Increases rate in vim and xorg terminals
-rwxr-xr-x | xinitrc | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,4 +2,9 @@ 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 +#exec dbus-launch --exit-with-session i3 + +remove Lock = Caps_Lock +keysym Caps_Lock = Control_L +add Control = Control_L +xset r rate 300 30 |