-
|
On X11 it's either Edit: from libqtile.backend.wayland import InputConfig
wl_input_rules = {
"type:keyboard": InputConfig(kb_repeat_rate="10", kb_repeat_delay="10"),
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Check that |
Beta Was this translation helpful? Give feedback.
-
|
Ok the issue is that I use string instead of integer... |
Beta Was this translation helpful? Give feedback.
Ok the issue is that I use string instead of integer...