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/env/wm/bspwmrc

23 lines
404 B
Plaintext
Raw Normal View History

2016-01-06 11:55:04 -06:00
#!/usr/bin/env sh
2017-02-03 22:03:44 -06:00
source "$HOME/.dotfiles/variables.bash"
2016-01-06 11:55:04 -06:00
2016-11-29 14:29:35 -06:00
if [ -e "$BSPWM_STATE" ] ; then
bspc wm -l "$BSPWM_STATE"
rm "$BSPWM_STATE"
fi
2017-02-03 22:03:44 -06:00
# start the bar if we want it
if [ "$BAR_ON_XINIT" -eq 1 ]; then
"$BAR_PATH/start.bash" &
fi
source "$DOTFILES_PATH/env/wm/bspwm_config"
2016-01-07 01:18:47 -06:00
source "$DOTFILES_PATH/scripts/get_color.sh"
source "$DOTFILES_PATH/scripts/get_x_fonts.sh"
2016-01-06 11:55:04 -06:00
urxvtd &
2016-01-06 12:46:55 -06:00
sxhkd &
2016-11-29 14:29:35 -06:00
bspc wm -o