2022-07-01 06:06:16 +00:00
|
|
|
#!/bin/sh
|
|
|
|
## ____ __ ##
|
|
|
|
## / __ \_________ _/ /_____ ##
|
|
|
|
## / / / / ___/ __ `/ //_/ _ \ ##
|
|
|
|
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) ##
|
|
|
|
## /_____/_/ \__,_/_/|_|\___/ My custom dwm build ##
|
|
|
|
|
|
|
|
lxsession &
|
|
|
|
dwmblocks &
|
|
|
|
sh "$HOME"/.fehbg &
|
2022-07-19 16:28:35 +00:00
|
|
|
picom --experimental-backends --config ~/.config/picom/picom.conf &
|
2022-08-17 03:32:50 +00:00
|
|
|
unclutter --hide-on-touch &
|
2022-07-01 06:06:16 +00:00
|
|
|
dunst --config ~/.config/dunst/dunstrc &
|