diff options
Diffstat (limited to 'etc/autostart.sh')
| -rwxr-xr-x | etc/autostart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/autostart.sh b/etc/autostart.sh index 74ba151..f646755 100755 --- a/etc/autostart.sh +++ b/etc/autostart.sh @@ -2,6 +2,6 @@ # A script run by dwm when it starts feh --bg-fill ~/.config/wallpaper.jpg -dwmblocks & +dwmblocks & picom --experimental-backends & dunst & |