diff options
author | self <self@sateoki.xyz> | 2022-03-23 08:41:42 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-03-23 08:41:42 +0000 |
commit | b513695f033d8bbfc640bd82934283865017c047 (patch) | |
tree | 60a05860b1a106f01794eea0b11978f47cf33d5e | |
parent | f1dd6012588d2c22f32de593ad4ec5ffd8ecb1e0 (diff) |
Added dunst to autostart for sah
-rwxr-xr-x | dwm/autostart_blocking_sah.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm/autostart_blocking_sah.sh b/dwm/autostart_blocking_sah.sh index f8aabd7..91f439c 100755 --- a/dwm/autostart_blocking_sah.sh +++ b/dwm/autostart_blocking_sah.sh @@ -4,3 +4,5 @@ feh --bg-scale $(shuf -n1 -e ~/bgs/*) dwmblocks & st & +# Notifications +dunst & |