JustPaste.it

startup-once.sh

#!/bin/sh
mkfifo /tmp/backlight_xob
mkfifo /tmp/batnotif_xob
tail -f /tmp/batnotif_xob | xob -t 1000 -s bat_alert &
tail -f /tmp/backlight_xob | xob -t 2000 -s backlight &
batnotif-on
nohup update-volume-bar | xob -s volume &
nohup xorg-touchpad-settings-refresher&>/dev/null &