summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/autostart
blob: 23de062e7d79f42dfffd1befd5bb39fe2afc760f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
. include.sh

daemon xcompmgr  &> /dev/null
daemon lxpanel   &> /dev/null
daemon nm-applet &> /dev/null
daemon dunst     &> /dev/null

#Action rbar_cpu     01 &
#Action rbar_wifi    97 &
Action rbar_battery 98 &
Action rbar_clock   99 &