21 lines
405 B
Text
21 lines
405 B
Text
|
### Input configuration
|
||
|
|
||
|
# Enable numlock on startup
|
||
|
input * xkb_numlock enable
|
||
|
|
||
|
# Keyboard layout, change as you wish
|
||
|
input * {
|
||
|
xkb_layout "us"
|
||
|
}
|
||
|
|
||
|
# Touchpad input settings
|
||
|
input type:touchpad {
|
||
|
tap enabled
|
||
|
natural_scroll enabled
|
||
|
middle_emulation enabled
|
||
|
}
|
||
|
|
||
|
# Screen settings
|
||
|
#exec swaymsg output $screen resolution $resolution scale $scale
|
||
|
output eDP-1 resolution 3072x1920 scale $scale
|