
9 Sep
2008
9 Sep
'08
1:42 p.m.
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
: 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