about summary refs log tree commit diff stats
path: root/dot_config/sx/executable_sxrc
diff options
context:
space:
mode:
authorVitor Gonçalves <vitorg@tilde.team>2023-08-13 14:02:30 -0300
committerVitor Gonçalves <vitorg@tilde.team>2023-08-13 14:02:30 -0300
commit8ccd55d605476824ba8ebd8354d23b54e31623b0 (patch)
treec7870cb4e3d07a6302adb97fabe94ae8d8d25ad0 /dot_config/sx/executable_sxrc
parentb0c06fe427b7962faa0ebf354f4d9c5067c3d256 (diff)
downloaddots-8ccd55d605476824ba8ebd8354d23b54e31623b0.tar.gz
added dunst as notification daemon
Diffstat (limited to 'dot_config/sx/executable_sxrc')
-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