summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/autostart
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 00:48:11 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 00:48:11 -0500
commita9935b7a12a522937d91cb44a0e138132b555e16 (patch)
tree379c9846d85a43c8fdeefcf268e3ea0e10891758 /.config/wmii-hg/autostart
parent435a7b5e8e590240340232cc1832ead32b87adc6 (diff)
Re-jigger to use systemd for the process monitor for the window manager
Diffstat (limited to '.config/wmii-hg/autostart')
-rwxr-xr-x.config/wmii-hg/autostart16
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/wmii-hg/autostart b/.config/wmii-hg/autostart
deleted file mode 100755
index 156fe7d..0000000
--- a/.config/wmii-hg/autostart
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/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