neodotfiles/user/.config/suckless/dwm/autostart.sh

13 lines
450 B
Bash
Raw Normal View History

2022-07-01 06:06:16 +00:00
#!/bin/sh
## ____ __ ##
## / __ \_________ _/ /_____ ##
## / / / / ___/ __ `/ //_/ _ \ ##
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) ##
## /_____/_/ \__,_/_/|_|\___/ My custom dwm build ##
lxsession &
dwmblocks &
sh "$HOME"/.fehbg &
picom --config ~/.config/picom/picom.conf &
dunst --config ~/.config/dunst/dunstrc &