diff options
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config.def.h b/config.def.h index 7e61695..7eb80b5 100644 --- a/config.def.h +++ b/config.def.h @@ -29,10 +29,10 @@ static const Layout layouts[] = {  static const MonitorRule monrules[] = {  	/* name       mfact nmaster scale layout       rotate/reflect x y */  	/* example of a HiDPI laptop monitor: -	{ "eDP-1",    0.5,  1,      2,    &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0 }, +	{ "eDP-1",    0.5,  1,      2,    &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },  	*/  	/* defaults */ -	{ NULL,       0.55, 1,      1,    &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0 }, +	{ NULL,       0.55, 1,      1,    &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },  };  /* keyboard */ | 
