Commit Graph

14 Commits

Author SHA1 Message Date
Christian Thiemann
830945336f Move runXXX functions to one module
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.
2007-10-12 14:52:33 +00:00
Don Stewart
37bc27b7f8 Dmenu.hs introduces process dependency 2007-10-13 23:00:51 +00:00
Devin Mullins
51d770e1e6 Maybe? What Maybe? (rollback earlier dmenu change) 2007-10-07 18:59:15 +00:00
Devin Mullins
87a35e799a add dmenuMap function 2007-10-07 17:25:43 +00:00
Devin Mullins
beaead5256 change Dmenu functions to return IO/X (Maybe String)
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.
2007-10-06 07:09:59 +00:00
Alex Tarkovsky
d0adeca94a Docstring parser for generating xmonad build configs with default settings for extensions 2007-09-05 20:01:28 +00:00
Jason Creighton
e085e5a2ba link to xinerama-dmenu patch for dmenu 3.2
Thanks to Dave Harrison for an updated version of the patch.
2007-07-08 02:14:13 +00:00
Andrea Rossato
72450b2512 Dmenu.hs: info and documentation 2007-06-14 14:37:53 +00:00
Jason Creighton
32bb8aa154 updated Dmenu.hs to work with zipper StackSet 2007-05-21 23:39:47 +00:00
Spencer Janssen
2b171ea19c Fixes for windowset -> workspace rename 2007-05-21 04:21:18 +00:00
Spencer Janssen
77a8abe8d3 -Wall police 2007-05-03 21:17:00 +00:00
Jason Creighton
13006a89c2 comment: Gave URL to xinerama-enabled dmenu patch 2007-05-03 05:31:33 +00:00
Spencer Janssen
5129e2f963 Put dmenu in X too 2007-05-03 05:37:27 +00:00
Spencer Janssen
0017932989 Add dmenu (thanks jcreigh) 2007-05-03 05:22:25 +00:00