Add conky to autostart, also add display and keyboard settings to xinitrc
This commit is contained in:
parent
8d3dbe572d
commit
00e34bc920
@ -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 &
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user