nice values for background programs.
This commit is contained in:
parent
ae6c1fde6d
commit
e64b733d9b
1 changed files with 5 additions and 5 deletions
|
@ -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" &
|
||||
) ) &
|
||||
|
|
Loading…
Reference in a new issue