
9 Sep
2008
9 Sep
'08
2 p.m.
Am Tue, 09 Sep 2008 14:42:00 -0300
schrieb Mauricio
Nice, it works. Is this the proper way to do that?
---- main = do { system "xset -r" ; xmonad defaultConfig {modMask = mod4Mask, workspaces = ["1"]} } ----
As that's just a system command, I would put it into your X startup file (.xinitrc on my system, from what you start your xmonad). Me feeling is that would be cleaner. :) Cheers, Matthias