aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-01Haddock syntax for enumerationMalebria1-0/+2
2008-05-21Raise windows in the floating layer when moving or resizingTrevor Elliott1-2/+4
2008-05-02use named colours. fixes startup failure on the XODon Stewart1-2/+2
2008-03-25Remove gapsSpencer Janssen1-21/+3
2008-03-23add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart1-0/+1
2008-02-04Add a startupHook.Brent Yorgey1-2/+7
2007-12-29Make focus-follows-mouse configurableSpencer Janssen1-3/+10
2007-12-20Config.hs: too many users seem to be ignoring/missing the polite warning not ...Brent Yorgey1-2/+6
2007-12-22Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen1-3/+1
2007-12-19Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen1-1/+1
2007-12-19Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen1-1/+1
2007-12-09Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen1-6/+5
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato1-1/+1
2007-11-16Config: small haddock fixAndrea Rossato1-1/+1
2007-11-12make default ratios in config nicer to look atLukas Mai1-2/+2
2007-11-11clarify comment at top of Config.hsDevin Mullins1-2/+2
2007-11-11avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy1-3/+2
2007-11-11remove obviated (and confusing) commentsDevin Mullins1-12/+0
2007-11-11hide existential Layout (mostly) from user API.David Roundy1-4/+3
2007-11-09New ManageHook systemSpencer Janssen1-21/+7
2007-11-07Provide top level XMonad.hs export moduleDon Stewart1-2/+2
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart1-2/+2
2007-11-05clean up DefaultConfig.hsDon Stewart1-39/+62
2007-11-04Use the layout and workspaces values from the actual configuration usedSpencer Janssen1-2/+2
2007-11-02Float handler out of makeMain, make keys and mouseBindings dependent on XConf...Spencer Janssen1-9/+9
2007-11-01We can't rely on the executable name, because it may be 'Main'Spencer Janssen1-1/+1
2007-11-01Get defaultGaps from the current config, not the default oneSpencer Janssen1-1/+2
2007-11-01HierarchifySpencer Janssen1-8/+7
2007-11-01Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'Spencer Janssen1-8/+3
2007-11-01Only export main from MainSpencer Janssen1-1/+1
2007-11-01Add readsLayout, remove the existential from XConfigSpencer Janssen1-1/+1
2007-11-01Delete Main.hs-boot!Spencer Janssen1-2/+3
2007-11-01Remove manageHook from Main.hs-bootSpencer Janssen1-2/+3
2007-11-01Eliminate defaultTerminalSpencer Janssen1-2/+2
2007-11-01Store user configuration in XConfSpencer Janssen1-27/+27
2007-11-01This is a massive update, here's what has changed:Spencer Janssen1-18/+10
2007-10-29cleaner version of main/config inversion.David Roundy1-48/+35
2007-10-18make xmonad work with inverted main/config.David Roundy1-1/+2
2007-10-18sketch of config/main inversion.David Roundy1-1/+8
2007-10-27add text on using xprop to find client namesDon Stewart1-0/+4
2007-10-27add text reminding people to run mod-shift-spaceDon Stewart1-0/+6
2007-10-24Add Config.terminalSpencer Janssen1-1/+6
2007-10-19Only assign workspace keys up to xK_9. Related to bug #63Spencer Janssen1-1/+1
2007-10-15Clean up trailing whitespaceSpencer Janssen1-2/+2
2007-10-14explain numlockMaskDevin Mullins1-2/+6
2007-10-14whitespace cleanup in Config.hsDevin Mullins1-7/+7
2007-10-14typo in commentDon Stewart1-1/+1
2007-10-13restore magic markup commentsDon Stewart1-3/+8
2007-10-13defer to sjanssen's manageHook commentDon Stewart1-1/+2
2007-10-13Heads up: rework the Config.hs file comments, and some variable names. Please...Don Stewart1-69/+73