Add xinitrc and fix ssh-agent issues in zsh

This commit is contained in:
2017-07-24 18:08:15 +03:00
parent ce84479f82
commit ec56e49411
3 changed files with 18 additions and 4 deletions

14
.xinitrc Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/sh
BROWSER=chromium
XTERM=urxvt
# TrackPoint+Middleclick scroll
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 200
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5
# exec ck-launch-session dbus-launch
xrdb -merge ~/.Xresources
exec notion > $HOME/.notion/log.txt 2>&1