2022-12-20 00:15:21 +00:00
|
|
|
#!/bin/sh
|
|
|
|
## ____ __ ##
|
|
|
|
## / __ \_________ _/ /_____ ##
|
|
|
|
## / / / / ___/ __ `/ //_/ _ \ ##
|
|
|
|
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) ##
|
|
|
|
## /_____/_/ \__,_/_/|_|\___/ My custom dwm build ##
|
|
|
|
|
2023-06-24 21:25:21 +00:00
|
|
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
2022-12-20 00:15:21 +00:00
|
|
|
dwmblocks &
|
|
|
|
sh "$HOME"/.fehbg &
|
|
|
|
unclutter --hide-on-touch &
|
|
|
|
picom --no-fading-openclose --config "$HOME/.config/picom/picom.conf" &
|