aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2007-11-27 23:42:58 +0100
committerBrent Yorgey <byorgey@gmail.com>2007-11-27 23:42:58 +0100
commitc9d8c414434c999414a7fdfa4e7e8e245d7049cf (patch)
tree6b05ec37c0a60c4d857bc76d6c084d5e6513c37d /xmonad-contrib.cabal
parentf9555524b9c2d7542069d3c5cd8b8ad3d02fd3a5 (diff)
downloadXMonadContrib-c9d8c414434c999414a7fdfa4e7e8e245d7049cf.tar.gz
XMonadContrib-c9d8c414434c999414a7fdfa4e7e8e245d7049cf.tar.xz
XMonadContrib-c9d8c414434c999414a7fdfa4e7e8e245d7049cf.zip
AppendFile: initial import
XMonad.Prompt.AppendFile is a new module which provides a prompt for appending a single line of text to a file. I use it for quickly writing down ideas/todos/etc. to a special file when I can't be bothered to stop what I'm doing to write things down properly. darcs-hash:20071127224258-bd4d7-6695475026c9032a5f007ef924abb7dd3334181e.gz
Diffstat (limited to '')
-rw-r--r--xmonad-contrib.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index 601ef0d..587f9d5 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -122,6 +122,7 @@ library
XMonad.Prompt.Window
XMonad.Prompt.Workspace
XMonad.Prompt.XMonad
+ XMonad.Prompt.AppendFile
XMonad.Util.Anneal
XMonad.Util.CustomKeys
XMonad.Util.Dmenu