diff options
Diffstat (limited to 'etc/autostart.sh')
| -rwxr-xr-x | etc/autostart.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/autostart.sh b/etc/autostart.sh new file mode 100755 index 0000000..381aaa3 --- /dev/null +++ b/etc/autostart.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# A script run by dwm when it starts +feh --bg-fill ~/.config/wallpaper.jpg +dwmblocks & +picom & +dunst & |