aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-27 10:14:41 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-27 10:14:41 +0100
commited938f4217bef1f6e96dbe10e5cc153a87ac7860 (patch)
treef05d4e2913b4b9d17b921a901fe3b9dcd6e6d681 /fish2024
parentd3f35d4f3a5207ff513b04b430e9a2cf2a1b6134 (diff)
trying to add keyboard controls to fish config
Diffstat (limited to 'fish2024')
-rw-r--r--fish2024/config.fish4
1 files changed, 4 insertions, 0 deletions
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