about summary refs log tree commit diff stats
path: root/dot_config
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/sx/executable_sxrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/dot_config/sx/executable_sxrc b/dot_config/sx/executable_sxrc
index 47dec88..8ec06a8 100644
--- a/dot_config/sx/executable_sxrc
+++ b/dot_config/sx/executable_sxrc
@@ -1 +1,5 @@
-exec dbus-run-session dwm
+#!/usr/bin/env bash
+dunst &
+while true; do
+    exec dbus-run-session dwm 2> /tmp/dwm.log
+done