blob: 156fe7dba80b00cbddf8be5ecf7a4f9265073f78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/bash
. include.sh
xrandr --output VGA-1 --off
daemon xcompmgr &> /dev/null
daemon lxpanel &> /dev/null
#daemon nm-applet &> /dev/null
daemon dunst &> /dev/null
daemon blueman-applet &> /dev/null
daemon clipit -dn &> /dev/null
PATH="$WMII_CONFPATH:$PATH"
daemon rbar_acpi 97_acpi &> /dev/null
daemon rbar_wifi 98_wifi &> /dev/null
daemon rbar_clock 99_clock &> /dev/null
|