opt: default numlock to 0

This commit is contained in:
DreamMaoMao 2025-10-22 14:04:39 +08:00
parent c69b736d0e
commit 8708cb347f
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ drag_tile_to_tile=1
# keyboard
repeat_rate=25
repeat_delay=600
numlockon=1
numlockon=0
xkb_rules_layout=us
# Trackpad

View file

@ -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切换模式