diff options
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/autostart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/autostart.sh b/etc/autostart.sh index 381aaa3..74ba151 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 & -picom & +dwmblocks & +picom --experimental-backends & dunst & |