2023-11-27 18:03:12 +00:00
|
|
|
### Input configuration
|
|
|
|
|
|
|
|
# Enable numlock on startup
|
|
|
|
input * xkb_numlock enable
|
|
|
|
|
|
|
|
# Keyboard layout, change as you wish
|
|
|
|
input * {
|
|
|
|
xkb_layout "us"
|
|
|
|
xkb_options compose:ralt
|
|
|
|
}
|
|
|
|
|
|
|
|
# Touchpad input settings
|
|
|
|
input type:touchpad {
|
|
|
|
tap enabled
|
|
|
|
natural_scroll enabled
|
|
|
|
middle_emulation enabled
|
|
|
|
}
|
|
|
|
|
|
|
|
# Screen settings
|
2024-06-20 01:44:43 +00:00
|
|
|
# output eDP-1 resolution 3072x1920 scale $scale
|