neodotfiles/user/.config/sway/modules/input

26 lines
449 B
Text
Raw Normal View History

2023-10-25 11:20:57 +00:00
# Input settings
input {
type:touchpad {
dwt disabled
tap enabled
natural_scroll enabled
middle_emulation enabled
}
type:pointer {
accel_profile adaptive
dwtp disabled
pointer_accel 0.5
}
2023-10-26 19:38:27 +00:00
type:keyboard {
xkb_layout us,es
xkb_options grp:shift_caps_toggle
}
2023-10-25 11:20:57 +00:00
}
# Cursor settings
seat * hide_cursor 10000
mouse_warping container
focus_follows_mouse yes