summaryrefslogtreecommitdiffstats
path: root/src/XMonad/Local/Keys.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Local/Keys.hs')
-rw-r--r--src/XMonad/Local/Keys.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Local/Keys.hs b/src/XMonad/Local/Keys.hs
index 6965be6..f746933 100644
--- a/src/XMonad/Local/Keys.hs
+++ b/src/XMonad/Local/Keys.hs
@@ -69,7 +69,7 @@ emacsKeys = \conf -> map prefix (keysMissingPrefix conf) ++ unprefixedKeys
-- need to be prefixed with modifier
genericKeys :: XConfig l -> [(String, X())]
genericKeys conf = [
- -- Applications
+ -- Applications
(";", Local.spawnShell Nothing)
, ("S-;", Local.spawnExplorer)
, ("S-.", namedScratchpadAction namedScratchpads "guake")