aboutsummaryrefslogtreecommitdiffstats
path: root/bash_profile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-02 09:42:40 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-02 09:42:45 +0100
commit793c77c03070bc63bc3e0f7d50ddb093cb439198 (patch)
treef14cd64b24b511ea80843ff105775ba17f82a28f /bash_profile
parentb86623544d16210f56c72a5c946b1053983ac97b (diff)
adds xmodmap and xset rate
Diffstat (limited to 'bash_profile')
-rw-r--r--bash_profile3
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"