mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-09 00:06:46 -04:00
修复默认的mfact为0
This commit is contained in:
parent
5fb7342844
commit
d10ceab48c
2 changed files with 17 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ double animation_curve[4] = {0.46,1.0,0.29,0.99}; //动画曲线
|
|||
unsigned int axis_bind_apply_timeout = 100; //滚轮绑定动作的触发的时间间隔
|
||||
unsigned int focus_on_activate = 1; //收到窗口激活请求是否自动跳转聚焦
|
||||
unsigned int new_is_master = 1; //新窗口是否插在头部
|
||||
unsigned int default_mfact = 0.55f; // master 窗口比例
|
||||
double default_mfact = 0.55f; // master 窗口比例
|
||||
unsigned int default_nmaster = 1; //默认master数量
|
||||
/* logging */
|
||||
int log_level = WLR_ERROR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue