manager/config/X11/xinitrc

14 lines
233 B
Text
Raw Normal View History

2022-05-21 16:42:11 +01:00
#!/usr/bin/env bash
[[ -f "${HOME}/.bashrc" ]] && source "${HOME}/.bashrc"
if [ -x "$( command -v polybar )" ]; then
"${XDG_CONFIG_HOME}/polybar/launch.sh" &
fi
if [ -x "$( command -v dunst )" ]; then
dunst &
fi
2022-04-18 00:14:34 +01:00
exec dwm