blob: 12d3a369efe73ec7baef40ac0415c53cf231d301 (
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,cz(qwerty)'
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
}
|