bspterm (198B)
1 #!/usr/bin/env bash 2 3 # launch termite with other config 4 if [ "$1" == "-f" ]; then 5 termite --class termite-float -c ~/.config/bspwm/termite/config 6 else 7 termite -c ~/.config/bspwm/termite/config 8 fi
d0tfiles*nix dotfiles for arch linux setup | |
Log | Files | Refs | README | LICENSE |