diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-20 19:20:56 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-20 19:20:56 +0100 |
| commit | c73ac44d2f2640e7b15e1dede9244690468f8709 (patch) | |
| tree | 3933b9e66dadde96df52d3a8433ce01414cfb00c /.config | |
| parent | 7811de856ee173de081c40a2bbcb4baf39a63f29 (diff) | |
Added new section to allow customisation of menu repeat keys.
Diffstat (limited to '.config')
| -rw-r--r-- | .config/cow/cow.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 3577f6b..bb34fa2 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -8,6 +8,10 @@ # Keyboard moves and resizes use this many pixels per step. set step 5 +# Keys which repeat while held during menu navigation. Use "none" to +# disable menu key repetition. +set menu.repeat_keys Up,Down + # Set the focus policy -- can be `sloppy`, or `click`. Note that `sloppy` # does not imply root window focus, and perhaps this should be fixed, or # renamed to `follows-mouse`? |
