diff --git a/bspwm/autostart b/bspwm/autostart index 5338423..50533c5 100755 --- a/bspwm/autostart +++ b/bspwm/autostart @@ -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" & ) ) &