[dev] empty rules list tip
I had a weird behaviour in dwm-hg... but by reading the code I realized
that if you don't want to use any Rule you have to define it like this
in the config.h
static const Rule *rules = NULL;
if you do rules[] = {{NULL}}; all windows will be opened in the same monitor
FYI.
Received on Mon Oct 29 2012 - 18:34:26 CET
This archive was generated by hypermail 2.3.0
: Mon Oct 29 2012 - 18:36:04 CET