[xmonad] Re: Key repetitions (begginer)

Mauricio briqueabraque at yahoo.com
Tue Sep 9 13:42:00 EDT 2008


Nice, it works. Is this the proper way
to do that?

----
main = do { system "xset -r" ; xmonad
   defaultConfig {modMask = mod4Mask, workspaces =
   ["1"]} }
----


Thomas Adam a écrit :
> 2008/9/8 Mauricio <briqueabraque at yahoo.com>:
>> Hi,
>>
>> In Metacity, I used to have disabled the
>> option to repeat a key after some time of
>> pressing (i.e., you press 'e' for some
>> time and get 'eeeeeeeeeeeee'). How can I
>> do that when using xmonad? Should (can)
>> I do that using X itself? Is there a
>> "xmonad way" of doing that sort of things?
> 
> Look at "xset".
> 
> -- Thomas Adam



More information about the xmonad mailing list