aboutsummaryrefslogtreecommitdiff
path: root/config/sway/inputs
blob: 4bfd203e617cd0c91a15bc9dc755f32038a14a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
}

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