aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-21 10:21:23 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-21 10:21:23 +0000
commit85edcdde276cd8da4145d58d8eaf9300ac05e358 (patch)
treeab49bace37779230d509696165b16bf9c3c95dbf
parent6fa68d199e844568e63b20fdfaaf3be320664f4e (diff)
Removes xset r rate and family from bashrc
-rw-r--r--bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/bashrc b/bashrc
index 1383533..d75fe1a 100644
--- a/bashrc
+++ b/bashrc
@@ -7,9 +7,6 @@ _source_if() { [[ -r "$1" ]] && source "$1"; }
# _have setxkbmap && test -n "$DISPLAY" && setxkbmap -option caps:escape &>/dev/null
-_have xset && xset r rate 300 30
-_have setxkbmap && setxkbmap -option ctrl:nocaps
-_have setxkbmap && setxkbmap -layout gb
_have pandoc && . <(pandoc --bash-completion)
_source_if ~/.config/todo_completion