diff options
Diffstat (limited to '')
-rwxr-xr-x | xinitrc-x1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xinitrc-x1 b/xinitrc-x1 new file mode 100755 index 0000000..7f9df95 --- /dev/null +++ b/xinitrc-x1 @@ -0,0 +1,10 @@ +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 + +remove Lock = Caps_Lock +keysym Caps_Lock = Control_L +add Control = Control_L +xset r rate 300 30 |