aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input.cfg
blob: a4746f79f53f75b6ec92a024b097e575790e8d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
# Manually change this file

input type:keyboard {
	xkb_layout "gb"
	repeat_delay 300
	repeat_rate 30
}

input type:pointer {
	pointer_accel -0.7
}