Skip to content

Commit 33ebce4

Browse files
authored
Merge pull request #1443 from bftanase/fix-numlock
Enable numlock by default in input configuration
2 parents 3d07560 + 73bc615 commit 33ebce4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/hypr/input.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ input {
99
repeat_rate = 40
1010
repeat_delay = 600
1111

12+
# Start with numlock on by default
13+
numlock_by_default = true
14+
1215
# Increase sensitity for mouse/trackpack (default: 0)
1316
# sensitivity = 0.35
1417

0 commit comments

Comments
 (0)