Hi !
Is there a way to reload the bspwm's config ?
Actually I have to use bspc quit and startx.
The config is an executable, generally a shell script.
So, to reload your config, just run /path/to/your/config.
What if the config also starts other bins like sxhkd or compton. In this case someone might end up with several instances of those programs.
that would be on you to modify your config to check if processes are running and launch them if not running, or handle them in another script, etc..
I thought that was the way, but had some doubts. Thanks for confirmation.
Most helpful comment
The config is an executable, generally a shell script.
So, to reload your config, just run
/path/to/your/config.