blob: 8ee6ba71ec9fa2bf20230812bb4916c33c2f9ab4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
### 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
output eDP-1 resolution 3072x1920 scale $scale
|