Scratchpad terminal

Key binding and ManageHook to pop up a small, floating terminal window for a few quick commands.

Combined with a utility like detach[1], makes a great X application launcher.

Requires my two new ManageHooks (doRectFloat, specifically).

[1] http://detach.sourceforge.net
This commit is contained in:
Braden Shepherdson
2008-02-25 18:36:33 +00:00
parent da14e60ded
commit 04a8c51f95
2 changed files with 82 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ library
XMonad.Util.Loggers
XMonad.Util.NamedWindows
XMonad.Util.Run
XMonad.Util.Scratchpad
XMonad.Util.Themes
XMonad.Util.Timer
XMonad.Util.WorkspaceCompare