diff --git a/home/.config/openbox/autostart b/home/.config/openbox/autostart index 51a8a349..260bce29 100644 --- a/home/.config/openbox/autostart +++ b/home/.config/openbox/autostart @@ -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 & diff --git a/home/.xinitrc b/home/.xinitrc index 3d21785a..1c63b70f 100755 --- a/home/.xinitrc +++ b/home/.xinitrc @@ -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