summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..a1b5d08
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,10 @@
+#!/bin/sh
+run_dwm() {
+ export _JAVA_AWT_WM_NONREPARENTING=1
+ xrdb -merge ~/.Xresources
+ xset r rate 200 50
+ while [ 1 ]
+ do dwm 2> ~/.dwm.log
+ done
+}
+run_dwm