diff options
| -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`? |
