aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input.cfg
diff options
context:
space:
mode:
authorLMBishop <me@leonardobishop.com>2023-02-13 19:38:06 +0000
committerLMBishop <me@leonardobishop.com>2023-02-13 19:38:06 +0000
commit919b17cb39a88fb694b100c9f97b4bcdd905fd45 (patch)
tree485e8c196fde6bc0fd3f539f7808d69ead7c4361 /sway/input.cfg
parent921cc1b7466f504b4521450cf7d2adac4e6c5c93 (diff)
Fix fonts
Diffstat (limited to 'sway/input.cfg')
-rw-r--r--sway/input.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/sway/input.cfg b/sway/input.cfg
new file mode 100644
index 0000000..a4746f7
--- /dev/null
+++ b/sway/input.cfg
@@ -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
+}