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