34 lines
574 B
Plaintext
34 lines
574 B
Plaintext
# Keyboard and mouse settings
|
|
input {
|
|
kb_layout = us
|
|
kb_options = ctrl:nocaps
|
|
sensitivity = -0.5
|
|
accel_profile = adaptive
|
|
scroll_factor = 0.5
|
|
}
|
|
|
|
# Scrolling modifier settings
|
|
input {
|
|
scroll_main_mod = alt
|
|
scroll_main_mod_invert = no
|
|
scroll_per_border = yes
|
|
}
|
|
|
|
# Touchpad settings (applies to all touchpads)
|
|
input:touchpad:* {
|
|
natural_scroll = yes
|
|
scroll_factor = 0.5
|
|
}
|
|
|
|
# Focus settings
|
|
focus {
|
|
follow_mouse = yes
|
|
new_windows = smart
|
|
}
|
|
|
|
# Miscellaneous settings
|
|
misc {
|
|
resize_step = 10 10
|
|
anim_resize_friction = 0.1
|
|
}
|