dwm-speedie/dwm_init
2024-01-18 18:59:11 +01:00

7 lines
139 B
Bash
Executable file

#!/bin/sh
[ -x "${XDG_CONFIG_HOME:-$HOME/.config}/autostart.sh" ] && \
${XDG_CONFIG_HOME:-$HOME/.config}/autostart.sh &
dwm_status &
dwm