summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-26 22:08:02 -0400
committerJune McEnroe <june@causal.agency>2020-06-26 22:08:02 -0400
commitd4f46d9f60fe03f1ffab5493d3bef595b02798ed (patch)
tree619f1a44e37ab1cb2715929d689e4fc94711e8b4
parentAdd note about litterbox bot use (diff)
downloadsrc-d4f46d9f60fe03f1ffab5493d3bef595b02798ed.tar.gz
src-d4f46d9f60fe03f1ffab5493d3bef595b02798ed.zip
Tweak TF2 sensitivities once more
Diffstat (limited to '')
-rw-r--r--etc/tf/cfg/autoexec.cfg2
-rw-r--r--etc/tf/cfg/sniper.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg
index 987023f8..c584dadd 100644
--- a/etc/tf/cfg/autoexec.cfg
+++ b/etc/tf/cfg/autoexec.cfg
@@ -7,7 +7,7 @@ bind / toggle_duck
 bind mouse2 +attack2
 alias sens1 "sensitivity 1.7"
 alias sens2 "sensitivity 1.7"
-alias sens3 "sensitivity 2.5"
+alias sens3 "sensitivity 3"
 bind 1 "slot1; sens1"
 bind 2 "slot2; sens2"
 bind 3 "slot3; sens3"
diff --git a/etc/tf/cfg/sniper.cfg b/etc/tf/cfg/sniper.cfg
index cd1cd0b0..39ce4a18 100644
--- a/etc/tf/cfg/sniper.cfg
+++ b/etc/tf/cfg/sniper.cfg
@@ -1 +1 @@
-alias sens1 "sensitivity 1.5"
+alias sens1 "sensitivity 1"
500'>2022-02-23Add missing unistd.h include in input.cJune McEnroe 2022-02-22Document the interfaceJune McEnroe 2022-02-20Clean up unimplemented editing mode stuffJune McEnroe 2022-02-20Save input buffer contentsJune McEnroe 2022-02-20Share a cut buffer between all edit buffersJune McEnroe 2022-02-20Assert return values in edit testsJune McEnroe 2022-02-20Move mbs out of struct Edit, use a global bufferJune McEnroe 2022-02-20Clear edit buffer before running commandJune McEnroe 2022-02-20Show indicator in status when window has pending inputJune McEnroe 2022-02-20Use separate edit buffers for each IDJune McEnroe 2022-02-20Make sure new cap is actually larger than new lengthJune McEnroe 2022-02-20Remove unused mbs.len field from struct EditJune McEnroe 2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe