From 793c77c03070bc63bc3e0f7d50ddb093cb439198 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 2 Jun 2024 09:42:40 +0100 Subject: adds xmodmap and xset rate --- bash_profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash_profile') 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" -- cgit v1.2.3