manager/config/X11/xinitrc

13 lines
233 B
Bash

#!/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
exec dwm