summaryrefslogtreecommitdiffstats
path: root/.fluxbox/startup
blob: 9460838d852ce759c37eedbb08db38986406c3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

set -eu

fluxbox &

clipit &
redshift-gtk -c "${HOME}/.redshift.conf" &
wicd-gtk -t &

dunst &

while ! wmctrl -m 1>/dev/null 2>&1; do
	sleep 1
done
fbpanel -p taskbar &
fbpanel -p menu &
bbpager &