summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install1
-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
-rw-r--r--xinitrc11
12 files changed, 36 insertions, 6 deletions
diff --git a/install b/install
index a4b2c03..50ddfdf 100644
--- a/install
+++ b/install
@@ -28,6 +28,7 @@ files="abcde.conf
ncmpc
newsbeuter
procmail
+ services
terminfo
urxvt
vim
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
diff --git a/xinitrc b/xinitrc
index d8c345e..b7de1d3 100644
--- a/xinitrc
+++ b/xinitrc
@@ -1,9 +1,8 @@
#!/bin/bash
-. /home/doy/.bashrc
-conky &
-xscreensaver -no-splash &
-watch_lock &
-#exec startfluxbox
-urxvtd -q -o -f
+cd $HOME
+. "$HOME/.bashrc"
+
+pidof svscan || (svscan $HOME/.services 2>&1 | readproctitle $USER ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................) &
+
exec xmonad