aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input.conf')
-rw-r--r--sway/input.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/sway/input.conf b/sway/input.conf
new file mode 100644
index 0000000..a4746f7
--- /dev/null
+++ b/sway/input.conf
@@ -0,0 +1,11 @@
+# Manually change this file
+
+input type:keyboard {
+ xkb_layout "gb"
+ repeat_delay 300
+ repeat_rate 30
+}
+
+input type:pointer {
+ pointer_accel -0.7
+}