This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/de/bspwmrc
Daniel Flanagan b1f910e0a0 stuff
2017-02-07 16:16:45 -06:00

28 lines
479 B
Bash
Executable file

#!/usr/bin/env bash
if [[ -z "$XDG_CONFIG_HOME" ]]; then
export XDG_CONFIG_HOME="$HOME/.config"
fi
if [[ -z "$DOTFILES_PATH" ]]; then
export DOTFILES_PATH="$XDG_CONFIG_HOME/dotfiles"
fi
BSPWM_STATE_FILE="$HOME/.bspwm_state"
if [ -e "$BSPWM_STATE" ] ; then
bspc wm -l "$BSPWM_STATE"
rm "$BSPWM_STATE"
fi
source "$DOTFILES_PATH/de/bspwm_config"
if command -v urxvtd >/dev/null 2>&1; then
urxvtd &
fi
if command -v sxhkd >/dev/null 2>&1; then
sxhkd &
fi
bspc wm -o