# bspswallow Adds functionality provided by the dwm "swallow" patch to bspwm. # Dependencies * bspwm (obviously) * xprop # Instalation Add two files to ~/.config/bspwm * swallow - list of classes of windows that you want to swallow the terminal * terminals - list of classes of terminals that you want to be swallowed (example files are included in "examples") Place bspswallow into your PATH and add the following line to your bspwmrc. ``` pidof bspswallow || bspswallow & ``` Now just restart bspwm and you're good to go.