feat: add global option center_master_overspread

This commit is contained in:
DreamMaoMao 2025-09-27 09:17:13 +08:00
parent 4f48dc6461
commit e1c5ecf7ce
3 changed files with 19 additions and 4 deletions

View file

@ -37,6 +37,7 @@ unsigned int new_is_master = 1; // 新窗口是否插在头部
double default_mfact = 0.55f; // master 窗口比例
double default_smfact = 0.5f; // 第一个stack窗口比例
unsigned int default_nmaster = 1; // 默认master数量
int center_master_overspread = 1; // 中心master时是否铺满
/* logging */
int log_level = WLR_ERROR;
unsigned int numlockon = 1; // 是否打开右边小键盘