aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Dmenu.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-23strip newlines from dmenu's returns to be compatible with the newest version ↵longpoke1-1/+1
of dmenu Ignore-this: 3b11a35125d0bc23b33e0b926562f85a darcs-hash:20120723212807-276ff-b11b0108dd7067ad927a2920d9cb366dcd90d18b.gz
2011-11-15documentation patch: note the drawbacks of X.U.DmenuDaniel Wagner1-0/+5
Ignore-this: 97f9676ca075a6f96e090045886083ca darcs-hash:20111115022726-76d51-4b8d36710c17918da8682dce806cbccb32388f6f.gz
2010-03-08X.U.Dmenu helpers to run dmenu with argumentsAnders Engstrom1-4/+17
Ignore-this: 7d582e06d0e393c717f43e0729306fbf darcs-hash:20100308115022-8978f-f1584a0f90a4d7f4620e4d45052bb2f8ac33f022.gz
2009-11-14generalize IO actions to MonadIO mdaniel1-2/+2
Ignore-this: 2c801a27b0ffee34a2f0daca3778613a This should not cause any working configs to stop working, because IO is an instance of MonadIO, and because complete configs will pin down the type of the call to IO. Note that XMonad.Config.Arossato is not a complete config, and so it needed some tweaks; with a main function, this should not be a problem. darcs-hash:20091114023616-c98ca-0a233cc53c41986845db4300530ec4f9e4d52a37.gz
2009-06-24Use -fwarn-tabs for test, remove tabsAdam Vogt1-5/+5
Ignore-this: 84dfa0d9d50826527abbe7ff6acf4465 darcs-hash:20090624043831-1499c-2086e714723091fae9e3697df370a0634152f0a4.gz
2008-10-27generic menu and window bringerTravis B. Hartwell1-8/+16
darcs-hash:20081027005523-c78c1-4de3783ba078b1acd99f70f675c37341030b3d7c.gz
2008-07-14I prefer the spencerjanssen@gmail.com addressSpencer Janssen1-2/+2
darcs-hash:20080714204005-25a6b-52d0b1b901b1fa3e2fbdd8082f709ed3537624e2.gz
2007-12-08Remove redundant importsSpencer Janssen1-2/+1
darcs-hash:20071207233827-a5988-9e41d51120499637f14d115f2cf1428edaf326bb.gz
2007-11-01HierarchifySpencer Janssen1-5/+5
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-1/+1
darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
2007-10-12Move runXXX functions to one moduleChristian Thiemann1-18/+2
This patch takes runProcessWithInput out of Dmenu, runProcessWithInputAndWait out of Dzen, and runInXTerm out of RunInXTerm and collects them in one central module called Run. This way, other modules may include Run instead of Dmenu to get what they want without giving the impression of making use of dmenu. darcs-hash:20071012145233-8602e-6f8fb66c62afecdbd52a6a9122b5ecb55fc7f8bc.gz
2007-10-14Dmenu.hs introduces process dependencyDon Stewart1-0/+2
darcs-hash:20071013230051-cba2c-3caa72f06b67a00b520e0b8c957f0fe9c4ba63af.gz
2007-10-07Maybe? What Maybe? (rollback earlier dmenu change)Devin Mullins1-10/+8
darcs-hash:20071007185915-78224-5dc94fbbbc960a853654321317e2b8ba54d8be2a.gz
2007-10-07add dmenuMap functionDevin Mullins1-3/+8
darcs-hash:20071007172543-78224-1664213772e1505d837af8fadf8903349bb430bc.gz
2007-10-06change Dmenu functions to return IO/X (Maybe String)Devin Mullins1-7/+11
dmenu exits with code 1 when you hit Escape, and I wanna create a contrib that takes advantage of that. This required changes in four contribs (Commands, DirectoryPrompt, ShellPrompt, and WorkspaceDir), and might require changes in users' Configs. Also, I'm not sure some of the changes I made to the client code are very Haskelly. Would appreciate input there. darcs-hash:20071006070959-78224-eeefb4300d6d3de7b199f2b1ad37ba43384e03f1.gz
2007-09-05Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky1-0/+2
for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
2007-07-08link to xinerama-dmenu patch for dmenu 3.2Jason Creighton1-1/+1
Thanks to Dave Harrison for an updated version of the patch. darcs-hash:20070708021413-b9aa7-9d4b82beaf9b0bad3729a3a341f4626ebfd6264c.gz
2007-06-14Dmenu.hs: info and documentationAndrea Rossato1-3/+27
darcs-hash:20070614143753-32816-5a7b0c05a7081b1fa8c07f75f24b94e0e8acfea1.gz
2007-05-22updated Dmenu.hs to work with zipper StackSetJason Creighton1-4/+1
darcs-hash:20070521233947-b9aa7-0fb9e47e7c03169446e74896be436405befe5c32.gz
2007-05-21Fixes for windowset -> workspace renameSpencer Janssen1-1/+1
darcs-hash:20070521042118-a5988-a2f979585ee35d3905dbcf6244c22af67489caa6.gz
2007-05-03-Wall policeSpencer Janssen1-1/+0
darcs-hash:20070503211700-a5988-f1ed906f88d4cce82cf0d3d1b8629791f79fc20c.gz
2007-05-03comment: Gave URL to xinerama-enabled dmenu patchJason Creighton1-0/+2
darcs-hash:20070503053133-b9aa7-8e94140fe806d921c0a709ed0dc4394ec5699c34.gz
2007-05-03Put dmenu in X tooSpencer Janssen1-2/+2
darcs-hash:20070503053727-a5988-b8529a73c0dc6ae32f9683c1b34784223d2c063c.gz
2007-05-03Add dmenu (thanks jcreigh)Spencer Janssen1-0/+32
darcs-hash:20070503052225-a5988-33b54ede05b668047f7f42452ea6f3c820732489.gz