From d62ff21757b95f0853d1755957a792d27f198766 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sun, 18 Nov 2007 15:48:49 +0100 Subject: Prompt/*: add XConfig variable to keybindings in doc. darcs-hash:20071118144849-928c4-27456c3d84792fde8812db60dec0fa7878a0f3c4.gz --- XMonad/Prompt/Shell.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Prompt/Shell.hs') diff --git a/XMonad/Prompt/Shell.hs b/XMonad/Prompt/Shell.hs index d627854..f70bb9a 100644 --- a/XMonad/Prompt/Shell.hs +++ b/XMonad/Prompt/Shell.hs @@ -40,12 +40,12 @@ import XMonad.Prompt -- -- 2. In your keybindings add something like: -- --- > , ((modMask .|. controlMask, xK_x), shellPrompt defaultXPConfig) +-- > , ((modMask x .|. controlMask, xK_x), shellPrompt defaultXPConfig) -- -- %import XMonad.Prompt -- %import XMonad.Prompt.Shell --- %keybind , ((modMask .|. controlMask, xK_x), shellPrompt defaultXPConfig) +-- %keybind , ((modMask x .|. controlMask, xK_x), shellPrompt defaultXPConfig) data Shell = Shell -- cgit v1.2.3