disable smart borders
parent
bd1f291be6
commit
a672bbf17c
2
config.h
2
config.h
|
|
@ -11,7 +11,7 @@ static float focuscolor[] = {0.533, 0.753, 0.816, 1.0}; // DWL_FOCUS_COLOR
|
||||||
/*
|
/*
|
||||||
* Behaviour
|
* Behaviour
|
||||||
*/
|
*/
|
||||||
static const int smartborders = 1;
|
static const int smartborders = 0;
|
||||||
static const int sloppyfocus = 1; // focus follows mouse
|
static const int sloppyfocus = 1; // focus follows mouse
|
||||||
static const int bypass_surface_visibility = 0; // 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible
|
static const int bypass_surface_visibility = 0; // 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible
|
||||||
static const int hide_type = 1; // 1 means hide the cursor when typing
|
static const int hide_type = 1; // 1 means hide the cursor when typing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue