summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-09-24 20:35:35 -0500
committerJesse Luehrs <doy@tozt.net>2009-09-24 20:35:35 -0500
commit18d7dcf752369c59a30c46666c5d1fefa03642f3 (patch)
treed63838e0957a78f293174c44aa9a9ba548a29a5c /services
parent2edd57f756e81295cf5b99e1dded41d34a9762d8 (diff)
downloadconf-18d7dcf752369c59a30c46666c5d1fefa03642f3.tar.gz
conf-18d7dcf752369c59a30c46666c5d1fefa03642f3.zip
move a lot of stuff from xinitrc to daemontools
Diffstat (limited to 'services')
-rwxr-xr-xservices/conky/log/run3
-rwxr-xr-xservices/conky/run3
-rwxr-xr-xservices/unclutter/log/run3
-rwxr-xr-xservices/unclutter/run3
-rwxr-xr-xservices/urxvtd/log/run3
-rwxr-xr-xservices/urxvtd/run3
-rwxr-xr-xservices/watch_lock/log/run3
-rwxr-xr-xservices/watch_lock/run3
-rwxr-xr-xservices/xscreensaver/log/run3
-rwxr-xr-xservices/xscreensaver/run3
10 files changed, 30 insertions, 0 deletions
diff --git a/services/conky/log/run b/services/conky/log/run
new file mode 100755
index 0000000..3d65aab
--- /dev/null
+++ b/services/conky/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+multilog t * $HOME/.log/conky
diff --git a/services/conky/run b/services/conky/run
new file mode 100755
index 0000000..b9f883d
--- /dev/null
+++ b/services/conky/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+conky 2>&1
diff --git a/services/unclutter/log/run b/services/unclutter/log/run
new file mode 100755
index 0000000..0743a15
--- /dev/null
+++ b/services/unclutter/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+multilog t * $HOME/.log/unclutter
diff --git a/services/unclutter/run b/services/unclutter/run
new file mode 100755
index 0000000..0184df4
--- /dev/null
+++ b/services/unclutter/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+unclutter -idle 1 2>&1
diff --git a/services/urxvtd/log/run b/services/urxvtd/log/run
new file mode 100755
index 0000000..7773c54
--- /dev/null
+++ b/services/urxvtd/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+multilog t * $HOME/.log/urxvtd
diff --git a/services/urxvtd/run b/services/urxvtd/run
new file mode 100755
index 0000000..b55a143
--- /dev/null
+++ b/services/urxvtd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+urxvtd 2>&1
diff --git a/services/watch_lock/log/run b/services/watch_lock/log/run
new file mode 100755
index 0000000..082a982
--- /dev/null
+++ b/services/watch_lock/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+multilog t * $HOME/.log/watch_lock
diff --git a/services/watch_lock/run b/services/watch_lock/run
new file mode 100755
index 0000000..ac92dcf
--- /dev/null
+++ b/services/watch_lock/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+watch_lock 2>&1
diff --git a/services/xscreensaver/log/run b/services/xscreensaver/log/run
new file mode 100755
index 0000000..cffd12e
--- /dev/null
+++ b/services/xscreensaver/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+multilog t * $HOME/.log/xscreensaver
diff --git a/services/xscreensaver/run b/services/xscreensaver/run
new file mode 100755
index 0000000..f5b8b45
--- /dev/null
+++ b/services/xscreensaver/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+xscreensaver -no-splash 2>&1