XMonad config (July 2009)
I have been using XMonad for about a year now and have finally put myself together to upload my customizations. Highlights:
- Labeled pager addon for DynamicLog
- Fast navigation between workspaces
- Application specific border colors
- Modified Scratchpad using GNU Screen
- Host specific settings (layouts and widgets)
To use these modules, you must put them in ~/.xmonad and then reenable support for user modules in your xmonad source. Simply look for a line in Core.hs containing runProces “ghc” ["--make", "xmonad.hs" ...] and remove the “-i” entry from the list. This switch was unfortunately added to fix a bug on case insensitive file systems. Note that a solution is under development, placing user modules in ~/.xmonad/lib, thus solving the issue with case insensitive systems, see issue 230.
I will try to make some darcs patches for xmonad-contrib if I get time. Until then, I hope you can get inspired by some of my ideas. Enjoy
- xmonad.hs (html)
- xmonad_qwerty.hs (html)
- BorderColors.hs (html)
- DMenu.hs (html)
- Dzen.hs (html)
- Layout.hs (html)
- Obsolete.hs (html)
- Pager.hs (html)
- ScratchpadPrime.hs (html)
- ServerMode.hs (html)
- Util.hs (html)
Related posts:
Comments
Leave a comment Trackback