diff options
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 |
