X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.def.h;h=bb60471398534d93eaf9562e180d904ec23a868d;hb=0b5dcf229f64a23438e6ef5929d78b7f9bd48355;hp=7c19b2f96fbb20a62e8543528dad0fd5208a6606;hpb=ea8a4ca46a9577997e0a3f30e211c644477c6a00;p=dwm.git diff --git a/config.def.h b/config.def.h index 7c19b2f..bb60471 100644 --- a/config.def.h +++ b/config.def.h @@ -12,7 +12,6 @@ static unsigned int borderpx = 1; /* border pixel of windows */ static unsigned int snap = 32; /* snap pixel */ static Bool showbar = True; /* False means no bar */ static Bool topbar = True; /* False means bottom bar */ -static Bool readin = True; /* False means do not read stdin */ static Bool usegrab = False; /* True means grabbing the X server during mouse-based resizals */