From 18d7dcf752369c59a30c46666c5d1fefa03642f3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Sep 2009 20:35:35 -0500 Subject: move a lot of stuff from xinitrc to daemontools --- services/conky/log/run | 3 +++ services/conky/run | 3 +++ services/unclutter/log/run | 3 +++ services/unclutter/run | 3 +++ services/urxvtd/log/run | 3 +++ services/urxvtd/run | 3 +++ services/watch_lock/log/run | 3 +++ services/watch_lock/run | 3 +++ services/xscreensaver/log/run | 3 +++ services/xscreensaver/run | 3 +++ 10 files changed, 30 insertions(+) create mode 100755 services/conky/log/run create mode 100755 services/conky/run create mode 100755 services/unclutter/log/run create mode 100755 services/unclutter/run create mode 100755 services/urxvtd/log/run create mode 100755 services/urxvtd/run create mode 100755 services/watch_lock/log/run create mode 100755 services/watch_lock/run create mode 100755 services/xscreensaver/log/run create mode 100755 services/xscreensaver/run (limited to 'services') 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 -- cgit v1.2.3-54-g00ecf