mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -07:00
move AppLauncher from Actions module to Prompt module
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
{- |
|
||||
Module : XMonad.Actions.AppLauncher
|
||||
Copyright : (C) 2008 Luis Cabellos
|
||||
License : None; public domain
|
||||
|
||||
Maintainer : <zhen.sydow@gmail.com>
|
||||
Stability : unstable
|
||||
Portability : unportable
|
||||
|
||||
A module for launch applicationes that receive parameters in the command line.
|
||||
The launcher call a prompt to get the parameters.
|
||||
-}
|
||||
module XMonad.Actions.AppLauncher ( -- * Usage
|
||||
-----------------------------------------------------------------------------
|
||||
-- |
|
||||
-- Module : XMonad.Prompt.AppLauncher
|
||||
-- Copyright : (C) 2008 Luis Cabellos
|
||||
-- License : BSD3
|
||||
--
|
||||
-- Maintainer : zhen.sydow@gmail.com
|
||||
-- Stability : unstable
|
||||
-- Portability : unportable
|
||||
--
|
||||
-- A module for launch applicationes that receive parameters in the command
|
||||
-- line. The launcher call a prompt to get the parameters.
|
||||
--
|
||||
-----------------------------------------------------------------------------
|
||||
module XMonad.Prompt.AppLauncher ( -- * Usage
|
||||
-- $usage
|
||||
launchApp
|
||||
|
||||
@@ -40,7 +42,7 @@ First, you need to import necessary modules. Prompt is used to get the promp
|
||||
configuration and the AppLauncher module itself.
|
||||
|
||||
> import XMonad.Prompt
|
||||
> import XMonad.Actions.AppLauncher as AL
|
||||
> import XMonad.Prompt.AppLauncher as AL
|
||||
|
||||
Then you can add the bindings to the applications.
|
||||
|
@@ -67,7 +67,6 @@ library
|
||||
XMonad.Doc.Configuring
|
||||
XMonad.Doc.Extending
|
||||
XMonad.Doc.Developing
|
||||
XMonad.Actions.AppLauncher
|
||||
XMonad.Actions.Commands
|
||||
XMonad.Actions.ConstrainedResize
|
||||
XMonad.Actions.CopyWindow
|
||||
@@ -165,6 +164,7 @@ library
|
||||
XMonad.Prompt.Directory
|
||||
XMonad.Prompt
|
||||
XMonad.Prompt.AppendFile
|
||||
XMonad.Prompt.AppLauncher
|
||||
XMonad.Prompt.Input
|
||||
XMonad.Prompt.Email
|
||||
XMonad.Prompt.Layout
|
||||
|
Reference in New Issue
Block a user