diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-21 10:21:23 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-21 10:21:23 +0000 |
commit | 85edcdde276cd8da4145d58d8eaf9300ac05e358 (patch) | |
tree | ab49bace37779230d509696165b16bf9c3c95dbf | |
parent | 6fa68d199e844568e63b20fdfaaf3be320664f4e (diff) |
Removes xset r rate and family from bashrc
-rw-r--r-- | bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |