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

@ -18,7 +18,7 @@ ksuperkey -e 'Super_R=Alt_L|F1' &
nitrogen --restore &
# start panel
sleep 1; al-polybar-session &
al-polybar-session &
# openbox autostart
ob-autostart -d &
@ -29,4 +29,7 @@ xfsettingsd &
# Side panel shortcuts for file managers
xdg-user-dirs-gtk-update &
# start conky
sleep 1; al-conky-session --autostart &
$HOME/.config/keypack &

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