From aa974af1819b418500a8b94a531086b170972eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 20 Jan 2022 15:40:35 +0100 Subject: sway: split config file --- config/sway/inputs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/sway/inputs (limited to 'config/sway/inputs') diff --git a/config/sway/inputs b/config/sway/inputs new file mode 100644 index 0000000..4bfd203 --- /dev/null +++ b/config/sway/inputs @@ -0,0 +1,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 +} -- cgit v1.2.3