Add conky to autostart, also add display and keyboard settings to xinitrc

This commit is contained in:
natemaia
2018-07-27 18:05:21 -07:00
parent 8d3dbe572d
commit 00e34bc920
2 changed files with 8 additions and 5 deletions

View File

@ -47,12 +47,12 @@ if [[ $session == "awesome" ]]; then
fi
# display timeout and sleep
#xset s 3600 3600
#xset dpms 3600 3700 4000
xset s 3600 3600
xset dpms 3600 3700 4000
# keyboard repeat rate
#xset r rate 400 50
#kbdrate -d 400 -r 50
xset r rate 400 50
kbdrate -d 400 -r 50
# do NOT put commands below the exec lines
case $session in