Set a lower default scroll factor for touchpads and suggest other common changes

This commit is contained in:
David Heinemeier Hansson
2025-07-04 17:23:24 -07:00
parent 9906414866
commit 36c6fb8b9e

View File

@ -39,8 +39,21 @@ bind = SUPER ALT, G, exec, $webapp="https://messages.google.com/web/conversation
bind = SUPER, X, exec, $webapp="https://x.com/" bind = SUPER, X, exec, $webapp="https://x.com/"
bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post"
# Control your input devices
input {
# Use multiple keyboard layouts and switch between them with Alt + Space # Use multiple keyboard layouts and switch between them with Alt + Space
# input {
# kb_layout = us,dk # kb_layout = us,dk
# kb_options = compose:caps,grp:alt_space_toggle # kb_options = compose:caps,grp:alt_space_toggle
# }
# Change speed of keyboard repeat
# repeat_rate = 25
# repeat_deplay = 600
touchpad {
# Use natural (inverse) scrolling
# natural_scroll = true
# Control the speed of your scrolling
scroll_factor = 0.3
}
}