From ed938f4217bef1f6e96dbe10e5cc153a87ac7860 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 27 Sep 2024 10:14:41 +0100 Subject: trying to add keyboard controls to fish config --- fish2024/config.fish | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fish2024') diff --git a/fish2024/config.fish b/fish2024/config.fish index edf9773..7febfa6 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -15,6 +15,10 @@ if not set -Ux SSH_AUTH_SOCK && not set -Ux SSH_AGENT_PID set -Ux SSH_AGENT_PID $SSH_AGENT_PID end +setxkbmap -option ctrl:nocaps +setxkbmap -layout gb +xset r rate 300 30 + . ~/perl5/perlbrew/etc/perlbrew.fish #direnv prints all the variables whenever I start a new shell -- cgit v1.2.3