-- Leo's gemini proxy

-- Connecting to g.codelearn.me:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

AwesomeWM change key repeat frequency


Hi,


Switching from Gnome3 to AwesomeWM I've noticed that key repeat frequency is lower on AwesomeWM.


To fix this you can use `xset` tool (check `man xset`). The tool allows you to set various options for x server. Key repeat frequency is one of those.


Just execute this in your terminal `xset r rate 220 25` and you will immediately see the effect. Find the best parameters for you and then add this line to your `rc.lua` (if you don't know where to add it just add it to the bottom):


os.execute("xset r rate 220 25")

<3

-- Response ended

-- Page fetched on Sat May 11 12:37:47 2024