diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-08-13 14:02:30 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-08-13 14:02:30 -0300 |
commit | 8ccd55d605476824ba8ebd8354d23b54e31623b0 (patch) | |
tree | c7870cb4e3d07a6302adb97fabe94ae8d8d25ad0 /dot_config/sx/executable_sxrc | |
parent | b0c06fe427b7962faa0ebf354f4d9c5067c3d256 (diff) | |
download | dots-8ccd55d605476824ba8ebd8354d23b54e31623b0.tar.gz |
added dunst as notification daemon
Diffstat (limited to 'dot_config/sx/executable_sxrc')
-rw-r--r-- | dot_config/sx/executable_sxrc | 6 |
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 |