This is a collection of dotfiles and scripts for my bspwm setup
 
 
 
 
 
 

9 lines
165 B

#!/hint/bash
# Amount of threads the use with the make command
# >>> hostname=arch-desktop
MAKEFLAGS="-j8"
# <<<
# >>> hostname=arch-laptop
# MAKEFLAGS="-j4"
# <<<