diff options
| author | tslil <tslil@posteo.de> | 2026-02-17 18:41:33 +0000 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-02-17 18:41:37 +0000 |
| commit | 6b92030939adec749a9a221e7a3abe269a01ce93 (patch) | |
| tree | e123fc8a30c8479faeff3da6894d8135f9cad334 /sway | |
| parent | 76e9e65f88a7083cad276847183c1d930bb36a1f (diff) | |
[sway] repeat rate where i want it
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/config b/sway/config index 3c2238c..1fa26c2 100644 --- a/sway/config +++ b/sway/config @@ -36,8 +36,8 @@ input type:touchpad { input type:keyboard { xkb_layout gallium xkb_options ctrl:swap_lalt_lctl,ctrl:swap_rwin_rctl,ctrl:nocaps - #repeat_delay 50 - #repeat_rate 300 + repeat_delay 300 + repeat_rate 50 } # --- Appearance --- |
