summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..9b263f7
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+/home/tom/.screenlayout/set.sh
+
+while true; do
+ /home/tom/dwmstatus/dwmstatus &
+ nitrogen --restore
+ /home/tom/dwm/dwm 2> /home/tom/.dwm.log
+done