aboutsummaryrefslogtreecommitdiff
path: root/config/sway/inputs
diff options
context:
space:
mode:
Diffstat (limited to 'config/sway/inputs')
-rw-r--r--config/sway/inputs17
1 files changed, 17 insertions, 0 deletions
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
+}