aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/AppLauncher.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Prompt/AppLauncher.hs')
-rw-r--r--XMonad/Prompt/AppLauncher.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Prompt/AppLauncher.hs b/XMonad/Prompt/AppLauncher.hs
index 167c798..ebcf035 100644
--- a/XMonad/Prompt/AppLauncher.hs
+++ b/XMonad/Prompt/AppLauncher.hs
@@ -50,8 +50,8 @@ configuration and the AppLauncher module itself.
Then you can add the bindings to the applications.
> ...
-> , ((modm, xK_g), AL.launchApp defaultXPConfig "gimp" )
-> , ((modm, xK_g), AL.launchApp defaultXPConfig "evince" )
+> , ((modm, xK_g), AL.launchApp def "gimp" )
+> , ((modm, xK_g), AL.launchApp def "evince" )
> ...
-}