diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-02 09:42:40 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-02 09:42:45 +0100 |
commit | 793c77c03070bc63bc3e0f7d50ddb093cb439198 (patch) | |
tree | f14cd64b24b511ea80843ff105775ba17f82a28f /bash_profile | |
parent | b86623544d16210f56c72a5c946b1053983ac97b (diff) |
adds xmodmap and xset rate
Diffstat (limited to 'bash_profile')
-rw-r--r-- | bash_profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash_profile b/bash_profile index 8b958f0..d45bc99 100644 --- a/bash_profile +++ b/bash_profile @@ -13,6 +13,9 @@ export PATH="/usr/local/go/bin:$PATH" [[ -f ~/.bashrc ]] && . ~/.bashrc +xset r rate 300 30 +xmodmap ~/.Xmodmap + # perlbrew source ~/perl5/perlbrew/etc/bashrc . "$HOME/.cargo/env" |