neodotfiles/user/.config/suckless/dwm/autostart.sh
Clay Gomera 96f4f0abff Updated
2022-08-16 23:32:50 -04:00

13 lines
502 B
Bash
Executable file

#!/bin/sh
## ____ __ ##
## / __ \_________ _/ /_____ ##
## / / / / ___/ __ `/ //_/ _ \ ##
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake) ##
## /_____/_/ \__,_/_/|_|\___/ My custom dwm build ##
lxsession &
dwmblocks &
sh "$HOME"/.fehbg &
picom --experimental-backends --config ~/.config/picom/picom.conf &
unclutter --hide-on-touch &
dunst --config ~/.config/dunst/dunstrc &