summary refs log tree commit diff
path: root/etc/tf
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-09-16 19:34:38 -0400
committerJune McEnroe <june@causal.agency>2019-09-16 19:34:38 -0400
commit2ea748d390bb6884ef12e57d45013ed7f39757ed (patch)
treed882e11e37989f9b7da982c9ed00da1be6972c4f /etc/tf
parentAdd The Just City (diff)
downloadsrc-2ea748d390bb6884ef12e57d45013ed7f39757ed.tar.gz
src-2ea748d390bb6884ef12e57d45013ed7f39757ed.zip
Use sensitivity aliases in TF2
Diffstat (limited to '')
-rw-r--r--etc/tf/cfg/autoexec.cfg9
-rw-r--r--etc/tf/cfg/engineer.cfg1
-rw-r--r--etc/tf/cfg/scout.cfg4
-rw-r--r--etc/tf/cfg/sniper.cfg1
4 files changed, 10 insertions, 5 deletions
diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg
index 2e274ed5..c47ed20f 100644
--- a/etc/tf/cfg/autoexec.cfg
+++ b/etc/tf/cfg/autoexec.cfg
@@ -2,9 +2,12 @@ bind = "exec autoexec"
 bind \ kill
 bind ' explode
 bind / toggle_duck
-bind 1 "slot1; sensitivity 1.7"
-bind 2 "slot2; sensitivity 1.7"
-bind 3 "slot3; sensitivity 2.5"
+alias sens1 "sensitivity 1.7"
+alias sens2 "sensitivity 1.7"
+alias sens3 "sensitivity 2.5"
+bind 1 "slot1; sens1"
+bind 2 "slot2; sens2"
+bind 3 "slot3; sens3"
 bind mouse3 "voicemenu 2 6"
 bind mouse4 "voicemenu 0 7"
 bind mouse5 "voicemenu 1 4"
diff --git a/etc/tf/cfg/engineer.cfg b/etc/tf/cfg/engineer.cfg
index 19dcabb7..c1763c74 100644
--- a/etc/tf/cfg/engineer.cfg
+++ b/etc/tf/cfg/engineer.cfg
@@ -1,2 +1,3 @@
+alias sens1 "sensitivity 1.5"
 bind mouse3 "destroy 2; build 2"
 bind mouse5 "voicemenu 2 6"
diff --git a/etc/tf/cfg/scout.cfg b/etc/tf/cfg/scout.cfg
index 5ea8f681..3e57c802 100644
--- a/etc/tf/cfg/scout.cfg
+++ b/etc/tf/cfg/scout.cfg
@@ -1,2 +1,2 @@
-bind 1 "slot1; sensitivity 1.5"
-bind 2 "slot2; sensitivity 1.5"
+alias sens1 "sensitivity 1.2"
+alias sens2 "sensitivity 1.2"
diff --git a/etc/tf/cfg/sniper.cfg b/etc/tf/cfg/sniper.cfg
new file mode 100644
index 00000000..cd1cd0b0
--- /dev/null
+++ b/etc/tf/cfg/sniper.cfg
@@ -0,0 +1 @@
+alias sens1 "sensitivity 1.5"
2021-02-07Add simple battery status and clock to xsessionJune McEnroe I love how simple this is. 2021-02-07Set cursor theme and sizeJune McEnroe 2021-02-07Use scrot for up -s if no screencaptureJune McEnroe Still missing putting the URL in an X selection. 2021-02-07Enable mouse acceleration in XJune McEnroe 2021-02-07Set colours for Xt and cwmJune McEnroe And increase XTerm internalBorder. 2021-02-07Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that. 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 11 is what I use on macOS, but I feel like my eyes are working harder here. 2021-02-07Fully configure and rebind cwmJune McEnroe This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-. 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe