diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-09 19:20:46 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-10 13:52:49 +0100 |
| commit | fb03fb31bb4661d6bfd57d779b4094160087d14f (patch) | |
| tree | 48595b6ac45eb164f27b003483af4bce920cfcd3 /.config/hypr/input.conf | |
| parent | b5990f948e122878e6ca0ff5f75f768edf560d54 (diff) | |
Update binding and minor input modification
Diffstat (limited to '.config/hypr/input.conf')
| -rw-r--r-- | .config/hypr/input.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf index c45a113..7029850 100644 --- a/.config/hypr/input.conf +++ b/.config/hypr/input.conf @@ -3,6 +3,7 @@ input { # Swap Caps Lock and Escape kb_options = caps:swapescape + kb_layout = us # Change speed of keyboard repeat repeat_rate = 40 @@ -14,6 +15,9 @@ input { # Increase sensitivity for mouse/trackpad (default: 0) # sensitivity = 0.35 + # focus follows mouse pointer + # follow_mouse = 1 + touchpad { natural_scroll = false |
