Fix VERY STUPID typo which caused VERY mysterious bug

Maybe closes #7
This commit is contained in:
Alex Kotov 2021-11-18 23:31:30 +05:00
parent cb61cbd1b9
commit 9f2304d4d4
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ static SettingsForSingleWindow gap_for_single_window = SETTINGS_FOR_SINGLE_WINDO
static bool enable_swallowing = true;
static bool focus_on_wheel = true;
static int gap_size = 10;
static float master_area_factor_per_unit = UNIT_MONITOR;
static UnitKind master_area_factor_per_unit = UNIT_MONITOR;
static int max_clients_in_master = 0; // 0 for no maximum
static bool respect_resize_hints_in_floating_layout = false;
static bool show_bar_by_default = true;
static bool show_bar_per_unit = UNIT_MONITOR;
static UnitKind show_bar_per_unit = UNIT_MONITOR;
static unsigned int snap_distance = 32;
static bool status_on_all_monitors = false;
static bool swallow_floating = false;