summaryrefslogtreecommitdiff
path: root/.wmii-hg/autostart
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 19:12:40 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 19:12:40 -0400
commit8ff950d098146bc929504b062bcc6ccd5a2cb6ed (patch)
treee5d73cf1997b28bbaa24a693f5d8c2abb45be313 /.wmii-hg/autostart
parent9d689e7d224b5c1ea3ab3018998135979f19c5a9 (diff)
parentb0cdbb3da2c2b36d3c65b00db4eaf5a0d29c2cd6 (diff)
Merge remote-tracking branch 'origin/master' into build64-par
Conflicts: .config/bash/rc.sh .config/login.sh .config/ssh/config .config/wmii/include.sh
Diffstat (limited to '.wmii-hg/autostart')
-rwxr-xr-x.wmii-hg/autostart21
1 files changed, 0 insertions, 21 deletions
diff --git a/.wmii-hg/autostart b/.wmii-hg/autostart
deleted file mode 100755
index 3f94eff..0000000
--- a/.wmii-hg/autostart
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-. include.sh
-
-# return the number of windows in the current tag
-w() {
- sed '/^#/d' "${WMII_DIR}/tag/sel/index"|wc -l
-}
-
-# start linphone
-tfe linphone &> /dev/null &
-# wait until linphone starts
-while [[ $(w) < 1 ]]; do
- sleep 1
-done
-# THEN switch back to the home tag
-echo view 1 >> "${WMII_DIR}/ctl"
-
-# start other services
-daemon unclutter &> /dev/null
-daemon fbpanel &> /dev/null
-daemon notifyd &> /dev/null