2024-03-28 21:00:58 +00:00
|
|
|
#!/bin/sh
|
|
|
|
## ____ __ ##
|
|
|
|
## / __ \_________ _/ /_____ ##
|
|
|
|
## / / / / ___/ __ `/ //_/ _ \ ##
|
|
|
|
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) ##
|
|
|
|
## /_____/_/ \__,_/_/|_|\___/ My custom dwm build ##
|
|
|
|
|
2024-07-15 19:11:54 +00:00
|
|
|
lxpolkit &
|
2024-03-28 21:00:58 +00:00
|
|
|
dwmblocks &
|
|
|
|
sh "$HOME"/.fehbg &
|
|
|
|
unclutter --hide-on-touch &
|
|
|
|
herbed &
|
2024-06-03 20:01:31 +00:00
|
|
|
picom &
|
2024-07-14 11:38:44 +00:00
|
|
|
dbus-update-activation-environment DISPLAY XAUTHORITY &
|
2024-07-15 19:11:54 +00:00
|
|
|
/usr/bin/emacs --daemon &
|