rofi icon indicating copy to clipboard operation
rofi copied to clipboard

[BUG] doesn't respect keyrate set in sway

Open rj1 opened this issue 1 year ago • 2 comments

Rofi version (rofi -v)

1.7.5+wayland1

Configuration

https://gist.github.com/rj1/abf4940b9997aba4ac6c95556c71c5a0

Theme

https://gist.github.com/rj1/4a82d33fc9d65c8247a25f9329e843ae

Timing report

No response

Launch command

rofi -show run

Step to reproduce

  • launch rofi
  • type some stuff

Expected behavior

fast keyrate

Actual behavior

slow (default?) keyrate

Additional information

i set my keyrate in my sway config:

input "type:keyboard" {
    xkb_layout us
    repeat_delay 250
    repeat_rate 60
    xkb_options caps:escape
}

all software i use follows the set keyrate, except for rofi. very noticeable when backspacing a large amount of text (i use rofi for password management, gpg pinentry, etc.)

rj1 avatar Apr 11 '23 23:04 rj1