mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Set a lower default scroll factor for touchpads and suggest other common changes
This commit is contained in:
@ -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 SHIFT, X, exec, $webapp="https://x.com/compose/post"
|
||||
|
||||
# Use multiple keyboard layouts and switch between them with Alt + Space
|
||||
# input {
|
||||
# kb_layout = us,dk
|
||||
# kb_options = compose:caps,grp:alt_space_toggle
|
||||
# }
|
||||
# Control your input devices
|
||||
input {
|
||||
# Use multiple keyboard layouts and switch between them with Alt + Space
|
||||
# kb_layout = us,dk
|
||||
# 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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user