mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: default numlock to 0
This commit is contained in:
parent
bf6644c9f5
commit
3fa306fc19
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ drag_tile_to_tile=1
|
|||
# keyboard
|
||||
repeat_rate=25
|
||||
repeat_delay=600
|
||||
numlockon=1
|
||||
numlockon=0
|
||||
xkb_rules_layout=us
|
||||
|
||||
# Trackpad
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ int center_master_overspread = 0; // 中心master时是否铺满
|
|||
int center_when_single_stack = 1; // 单个stack时是否居中
|
||||
/* logging */
|
||||
int log_level = WLR_ERROR;
|
||||
unsigned int numlockon = 1; // 是否打开右边小键盘
|
||||
unsigned int numlockon = 0; // 是否打开右边小键盘
|
||||
unsigned int capslock = 0; // 是否启用快捷键
|
||||
|
||||
unsigned int ov_tab_mode = 0; // alt tab切换模式
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue