XMonadConfig.NoBorders
Hi, there's no config function called borderWidth. It's a field label of XState (so, exporting it from Config is going to conflict XMonad). So, shall we add it to config, and change its name? something like: initializeConfiguration = do -- -- Width of the window border in pixels -- modify $ \s -> s { borderWidth = defaultBorderWidth } defaultBorderWidth = 1 let me know. ciao andrea ps:I'm almost done with the contrib modules documentation
On Thu, Jun 14, 2007 at 04:14:58PM +0200, Andrea Rossato wrote:
there's no config function called borderWidth. It's a field label of XState (so, exporting it from Config is going to conflict XMonad).
It sounds like you've got my patch to make borderWidth dynamically configurable, which wasn't accepted into xmonad main. If you obliterate that patch, things should make more sense. -- David Roundy http://www.darcs.net
On Thu, Jun 14, 2007 at 07:21:37AM -0700, David Roundy wrote:
It sounds like you've got my patch to make borderWidth dynamically configurable, which wasn't accepted into xmonad main. If you obliterate that patch, things should make more sense.
oops, you are right indeed. sorry. andrea
participants (2)
-
Andrea Rossato -
David Roundy