dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit b1271df3abcc6037403804e1b34e9b17bd5b8dbf
parent 4b1a75d974307d69e9a981a29851ad8a50f1007a
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 15 Oct 2021 14:59:56 -0700

sway: set key repeat rate

Sets initial key repeat delay to 500 ms, and the repeat rate to 25 Hz.

Diffstat:
M.config/sway/config | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -93,6 +93,8 @@ input * { # right alt as AltGr/Compose for accents. xkb_layout us xkb_options ctrl:nocaps,compose:ralt + repeat_delay 500 + repeat_rate 25 # Use natural mouse-wheel scrolling. natural_scroll enabled