diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-02 13:07:51 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-02 13:07:51 +0900 |
| commit | 64fcb6cf3cc2a37576007369b43e9b987ff9903a (patch) | |
| tree | d6e1498361225e47d7a28342079a3d07592cd4a9 | |
| parent | 13f27f06291c313b13fb1f58ba42fb6691343847 (diff) | |
enabled numlock by default. tnx Jack
| -rw-r--r-- | config/hypr/configs/Settings.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index fe3ad2a6..b40eba67 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -97,7 +97,7 @@ input { kb_rules= repeat_rate=50 repeat_delay=300 - numlock_by_default=0 + numlock_by_default=1 left_handed=0 follow_mouse=1 float_switch_override_focus=0 |
