
9 Sep
2008
9 Sep
'08
2:16 p.m.
I'm not sure where is my xmonad beeing started from. I installed a package in my distribution (Ubuntu) and when I log I can choose between gnome and xmonad, and I let xmonad as default. I do not have .xinitrc and could not find (using 'grep') any file in my home dir containing 'xmonad'. Best, Maurício Matthias a écrit :
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