mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-18 21:53:47 -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.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.
|
||||
|
||||
@@ -56,6 +56,7 @@ import XMonad.Util.Run
|
||||
extensionActions = M.fromList $ [
|
||||
(\".hs\", \p -> spawn $ \"emacs \" ++ p)
|
||||
, (\".pdf\", \p -> spawn $ \"acroread \" ++ p)
|
||||
, (\".mkv\", \p -> spawn $ \"vlc \" ++ p)
|
||||
, (\".*\", \p -> spawn $ \"emacs \" ++ p) --match with any files
|
||||
, (\"/\", \p -> spawn $ \"nautilus \" ++ p) --match with directories
|
||||
]@
|
||||
|
Reference in New Issue
Block a user