diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-25 15:57:04 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-25 15:57:04 +0900 |
| commit | d9151467e4a85271333bf3e688797fba79ed2d93 (patch) | |
| tree | bb4dc3c1a96105f01d65b7d8a146b7dc3834cc41 | |
| parent | eb4bec205593232aa8f3ea98f5bd6157d155f9b6 (diff) | |
modified bin/remaps
| -rwxr-xr-x | ar/.local/bin/remaps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/remaps b/ar/.local/bin/remaps index c923fa5..c4d9a30 100755 --- a/ar/.local/bin/remaps +++ b/ar/.local/bin/remaps @@ -1,7 +1,7 @@ #!/bin/sh # This script is called on startup to remap keys. -# Decrease key repeat delay to 300ms and increase key repeat rate to 50 per second. +# Decrease key repeat delay to 200ms and increase key repeat rate to 50 per second. xset r rate 200 50 # Map the caps lock key to control, and map the menu key to right super. xinput list | grep 'id=' | while read -r line; do |
