mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-28 07:58:47 -04:00
feat: add option center_when_single_slave
This commit is contained in:
parent
43a0f80df9
commit
d416211bec
3 changed files with 29 additions and 7 deletions
|
|
@ -38,6 +38,7 @@ double default_mfact = 0.55f; // master 窗口比例
|
|||
double default_smfact = 0.5f; // 第一个stack窗口比例
|
||||
unsigned int default_nmaster = 1; // 默认master数量
|
||||
int center_master_overspread = 0; // 中心master时是否铺满
|
||||
int center_when_single_slave = 1; // 单个slave时是否居中
|
||||
/* logging */
|
||||
int log_level = WLR_ERROR;
|
||||
unsigned int numlockon = 1; // 是否打开右边小键盘
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue