system-from-scratch/roles/sway/files/sway.d/inputs.conf

10 lines
158 B
Plaintext
Raw Normal View History

2024-04-13 16:15:51 +05:00
# Input configuration
input "type:keyboard" {
xkb_layout us,ru
xkb_options grp:alt_shift_toggle
}
input type:touchpad {
natural_scroll enabled
}