12 lines
464 B
Bash
Executable file
12 lines
464 B
Bash
Executable file
#!/bin/sh
|
|
## ____ __ ##
|
|
## / __ \_________ _/ /_____ ##
|
|
## / / / / ___/ __ `/ //_/ _ \ ##
|
|
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) ##
|
|
## /_____/_/ \__,_/_/|_|\___/ My custom dwm build ##
|
|
|
|
lxpolkit &
|
|
dwmblocks &
|
|
sh "$HOME"/.fehbg &
|
|
unclutter --hide-on-touch &
|
|
picom --no-fading-openclose --config "$HOME/.config/picom/picom.conf" &
|