Allow to disable nmaxmaster patch
This commit is contained in:
parent
6f859bfdcb
commit
4d040f377b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#include "settings.h"
|
||||
|
||||
static bool focus_on_wheel = true;
|
||||
static int max_clients_in_master = 3;
|
||||
static int max_clients_in_master = 0; // 0 for no maximum
|
||||
static bool respect_resize_hints_in_floating_layout = false;
|
||||
static unsigned int snap_distance = 32;
|
||||
|
||||
|
|
Loading…
Reference in a new issue