aboutsummaryrefslogtreecommitdiff
path: root/config/sway/inputs
blob: e68d5b9bfbfc11bece72947179e4d85e2a745605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# vim: ft=swayconfig

input type:keyboard {
	xkb_layout 'us'
	xkb_options 'grp:alt_shift_toggle,caps:escape'
	xkb_numlock enabled
}

input type:touchpad {
	tap enabled
	middle_emulation enabled
}

seat '*' {
	xcursor_theme Adwaita
	hide_cursor 10000
	hide_cursor when-typing disable
}

## Susan inputs ################################################################
input '9610:33:HAILUCK_CO.,LTD_USB_KEYBOARD_Mouse' {
	middle_emulation enabled
	scroll_method on_button_down
}
input '10182:275:GXTP7386:00_27C6:0113_Stylus' {
	calibration_matrix 0 -1 1 1 0 0
}
input '10182:275:GXTP7386:00_27C6:0113' {
	calibration_matrix 0 -1 1 1 0 0
}