summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
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