configfiles/bspwm/autostart
2015-06-13 12:55:08 +02:00

23 lines
322 B
Bash
Executable file

#!/bin/bash
# Some UI stuff
nitrogen --restore
~/.config/scripts/bar.sh &
# Battery observer
~/.config/scripts/batteryobserver.sh &
# Composition manager
compton -b
# Automounting
thunder --daemon &
udsikie -2 -N &
# Autostart programs
( sleep 3; (
thunderbird &
psi-plus &
urxvt -name "Weechat" -e "weechat" &
) ) &