summaryrefslogtreecommitdiff
path: root/home-config/sway/config.d/input
blob: a02f6d648acc423677beb6d9a385784c552f384f (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"
}

# 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