nice values for background programs.

This commit is contained in:
madmaurice 2015-08-24 03:54:38 +02:00
parent ae6c1fde6d
commit e64b733d9b

View file

@ -2,10 +2,10 @@
# Some UI stuff
nitrogen --restore
~/.config/scripts/bar.sh &
nice ~/.config/scripts/bar.sh &
# Battery observer
~/.config/scripts/batteryobserver.sh &
nice -n 20 ~/.config/scripts/batteryobserver.sh &
# Composition manager
compton -b
@ -19,7 +19,7 @@ xss-lock -- ~/.config/scripts/lock.sh &
# Autostart programs
( sleep 3; (
thunderbird &
psi-plus &
urxvt -name "Weechat" -e "weechat" &
nice thunderbird &
nice psi-plus &
nice urxvt -name "Weechat" -e "weechat" &
) ) &