aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ViewPrev.hs: deletedValery V. Vorotyntsev2007-10-272-27/+2
* add more details on using smartBordersDon Stewart2007-10-271-0/+7
* add dynamicLogDzen, a dwm status bar, using dzen colour codesDon Stewart2007-10-271-0/+25
* XPrompt: removed unneeded parentesesAndrea Rossato2007-10-271-2/+2
* XPrompt.hs: use a single blankValery V. Vorotyntsev2007-10-221-5/+3
* ShellPrompt.hs (showXPrompt): use a single blankValery V. Vorotyntsev2007-10-221-1/+1
* ShellPrompt: remove harcoded path when calling bashAndrea Rossato2007-10-261-1/+1
* ShellPrompt: reformat the comments to complay with the module styleAndrea Rossato2007-10-261-8/+14
* XPrompt: catch exceptions when running the completion functionAndrea Rossato2007-10-261-1/+2
* CycleWS: StackSet.findIndex is now findTagAndrea Rossato2007-10-261-1/+1
* Dzen.hs: replace 'findIndex' by 'findTag' to match renaming in core.Brent Yorgey2007-10-221-1/+1
* XPrompt.hs: add sensible bindings for Home and Endgwern02007-10-261-0/+2
* XPrompt.hs: add a pasteString function and keybindinggwern02007-10-261-0/+6
* Run.hs: documentation fixValery V. Vorotyntsev2007-10-241-1/+1
* XPrompt.hs (uniqSort): new functionValery V. Vorotyntsev2007-10-241-0/+6
* SshPrompt.hs: use `uniqSort' from XPrompt.hsValery V. Vorotyntsev2007-10-241-14/+14
* SshPrompt.hs (showXPrompt): use a single blankValery V. Vorotyntsev2007-10-221-5/+5
* ShellPrompt.hs: move `uniqSort' to XPrompt.hsValery V. Vorotyntsev2007-10-241-4/+0
* ManPrompt.hs: use `uniqSort' from XPrompt.hsValery V. Vorotyntsev2007-10-241-14/+4
* TilePrime.hs: Handle nmasterEric Mertens2007-10-251-4/+5
* oops, add periodDevin Mullins2007-10-241-1/+1
* expand Invisible commentsDevin Mullins2007-10-241-1/+4
* Remove excessive import lists from ShellPromptSpencer Janssen2007-10-241-10/+8
* Use new terminal config optionSpencer Janssen2007-10-243-15/+10
* Run.hs: do my usual segregation into safe and unsafe runInTermsgwern02007-10-241-2/+7
* Run.hs: specialize runInXTerm to use runInTerm per my mailing list suggestiongwern02007-10-241-5/+2
* Run.hs: +my suggested runInTerm general functiongwern02007-10-241-0/+7
* Run.hs, SshPrompt.hs, ShellPrompt.hs: mv runInXTerm back into Run.hs per sugg...gwern02007-10-243-8/+8
* Comments for ConstrainedResizeDougal Stanton2007-10-201-0/+4
* Add ConstrainedResize moduleDougal Stanton2007-10-192-0/+55
* fix stupid dzenUrgencyHook bugDevin Mullins2007-10-211-4/+3
* CycleWS.hs (toggleWS): new functionValery V. Vorotyntsev2007-10-191-18/+18
* XPrompt.hs: fix vertical alignment of completions.Dmitry Kurochkin2007-10-231-1/+1
* fix bug in DragPane (where we forgot that r was mirrored).David Roundy2007-10-231-2/+2
* ManPrompt.hs: a manual page prompt (new module)Valery V. Vorotyntsev2007-10-221-0/+115
* STRUT aware gap toggling (clean patch)mail2007-10-231-8/+40
* add new LayoutCombinators module.David Roundy2007-10-233-1/+44
* export DragPane type.David Roundy2007-10-231-1/+1
* make DragPane work with any type (not just Windows).David Roundy2007-10-231-4/+4
* SshPrompt.hs: while I'm here, replace nub with the faster Set trickgwern02007-10-191-2/+3
* ShellPrompt.hs: fmt imports and updategwern02007-10-191-9/+10
* SshPrompt.hs: fmt imports and updategwern02007-10-191-13/+13
* XSelection.hs: fmt imports and sigsgwern02007-10-191-12/+16
* XSelection.hs: +2 functions, safePromptSelection and unsafePromptSelectiongwern02007-10-191-4/+13
* Run.hs: +2 functions, safeSpawn & unsafeSpawngwern02007-10-191-0/+21
* Run.hs: fmtgwern02007-10-191-11/+9
* Run.hs, ShellPrompt.sh: mv runInXTerm to ShellPrompt.hsgwern02007-10-192-9/+28
* XSelection.hs: documentation format changes.gwern02007-10-191-7/+6
* XSelection.hs: +type signature for auxiliary functiongwern02007-10-191-0/+1
* XSelection.hs: simplify creation of windowgwern02007-10-191-2/+2