mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-21 06:53:48 -07:00
Fixes typos in Actions.Launcher haddock documentation
This commit is contained in:
@@ -46,7 +46,7 @@ import XMonad.Util.Run
|
|||||||
> import XMonad.Prompt(defaultXPConfig)
|
> import XMonad.Prompt(defaultXPConfig)
|
||||||
> import XMonad.Actions.Launcher
|
> import XMonad.Actions.Launcher
|
||||||
|
|
||||||
> ((modm .|. controlMask, xK_l), launcherPrompt kmelsXPConfig $ defaultLauncherModes launcherConfig)
|
> ((modm .|. controlMask, xK_l), launcherPrompt defaultXPConfig $ defaultLauncherModes launcherConfig)
|
||||||
|
|
||||||
A LauncherConfig contains settings for the default modes, modify them accordingly.
|
A LauncherConfig contains settings for the default modes, modify them accordingly.
|
||||||
|
|
||||||
@@ -56,6 +56,7 @@ import XMonad.Util.Run
|
|||||||
extensionActions = M.fromList $ [
|
extensionActions = M.fromList $ [
|
||||||
(\".hs\", \p -> spawn $ \"emacs \" ++ p)
|
(\".hs\", \p -> spawn $ \"emacs \" ++ p)
|
||||||
, (\".pdf\", \p -> spawn $ \"acroread \" ++ p)
|
, (\".pdf\", \p -> spawn $ \"acroread \" ++ p)
|
||||||
|
, (\".mkv\", \p -> spawn $ \"vlc \" ++ p)
|
||||||
, (\".*\", \p -> spawn $ \"emacs \" ++ p) --match with any files
|
, (\".*\", \p -> spawn $ \"emacs \" ++ p) --match with any files
|
||||||
, (\"/\", \p -> spawn $ \"nautilus \" ++ p) --match with directories
|
, (\"/\", \p -> spawn $ \"nautilus \" ++ p) --match with directories
|
||||||
]@
|
]@
|
||||||
|
Reference in New Issue
Block a user