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
|
# Some UI stuff
|
||||||
nitrogen --restore
|
nitrogen --restore
|
||||||
~/.config/scripts/bar.sh &
|
nice ~/.config/scripts/bar.sh &
|
||||||
|
|
||||||
# Battery observer
|
# Battery observer
|
||||||
~/.config/scripts/batteryobserver.sh &
|
nice -n 20 ~/.config/scripts/batteryobserver.sh &
|
||||||
|
|
||||||
# Composition manager
|
# Composition manager
|
||||||
compton -b
|
compton -b
|
||||||
|
@ -19,7 +19,7 @@ xss-lock -- ~/.config/scripts/lock.sh &
|
||||||
|
|
||||||
# Autostart programs
|
# Autostart programs
|
||||||
( sleep 3; (
|
( sleep 3; (
|
||||||
thunderbird &
|
nice thunderbird &
|
||||||
psi-plus &
|
nice psi-plus &
|
||||||
urxvt -name "Weechat" -e "weechat" &
|
nice urxvt -name "Weechat" -e "weechat" &
|
||||||
) ) &
|
) ) &
|
||||||
|
|
Loading…
Reference in a new issue