diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-02-01 16:07:09 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-02-01 16:07:09 -0500 |
| commit | 2da95a09ee649e4b601587f6df9ab8af5e3da001 (patch) | |
| tree | c84c851990e639954e214c458a3ef526bfcb979a /.local/bin | |
| parent | 7f00b123fd82593bf2f00ec27b1314b5eb66901d (diff) | |
| download | eibhear-2da95a09ee649e4b601587f6df9ab8af5e3da001.tar.gz eibhear-2da95a09ee649e4b601587f6df9ab8af5e3da001.tar.zst eibhear-2da95a09ee649e4b601587f6df9ab8af5e3da001.zip | |
wording
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/remaps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/remaps b/.local/bin/remaps index 8925044..c358d74 100755 --- a/.local/bin/remaps +++ b/.local/bin/remaps @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# This script is called by i3 on startup to remap keys. +# This script is called on startup to remap keys. # Increase key speed via a rate change xset r rate 300 50 # Map the caps lock key to super... |
