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
1 changed files with 1 additions and 1 deletions

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;