21 lines
431 B
Plaintext
21 lines
431 B
Plaintext
### ###
|
|
# Input Configuration #
|
|
### ###
|
|
|
|
# Includes configuration for input devices (keyboards, mice,
|
|
# trackpads, etc.)
|
|
|
|
## Keyboard settings
|
|
# Enables numlock, makes capslock into a compose key, and loads custom
|
|
# keymap
|
|
input * {
|
|
xkb_numlock enabled
|
|
xkb_options compose:caps
|
|
xkb_file ~/.config/sway/keymap.xkb
|
|
}
|
|
|
|
## Touchpad settings
|
|
# Enables tap-to-click
|
|
input type:touchpad {
|
|
tap enabled
|
|
} |