Allow to disable nmaxmaster patch

This commit is contained in:
Alex Kotov 2021-11-14 02:03:13 +05:00
parent 6f859bfdcb
commit 4d040f377b
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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;