summaryrefslogtreecommitdiffstats
path: root/.bin/dwm-start
diff options
context:
space:
mode:
Diffstat (limited to '.bin/dwm-start')
-rwxr-xr-x.bin/dwm-start17
1 files changed, 17 insertions, 0 deletions
diff --git a/.bin/dwm-start b/.bin/dwm-start
new file mode 100755
index 0000000..e411db5
--- /dev/null
+++ b/.bin/dwm-start
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+kill -9 xidle
+xidle &
+
+while true; do
+ # status
+ pkill -9 -f "ag-status"
+ ag-status -l >/dev/null &
+
+ # x11 configuration
+ x11-config
+ . ~/.bin/x11-screen
+
+ # dwm
+ dwm 2> ~/.dwm.log
+done
remember that computers suck.