diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-12 05:13:05 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-12 05:13:05 +0200 |
commit | 41c49c3611199897d90c6d87c25014bd6aa7134a (patch) | |
tree | 4a23ab6349b87d22fef782a41fab35980d276602 | |
parent | a37c5f895fa6c04fc2d5572aa9d2d335cd5b40d4 (diff) | |
download | XMonadContrib-41c49c3611199897d90c6d87c25014bd6aa7134a.tar.gz XMonadContrib-41c49c3611199897d90c6d87c25014bd6aa7134a.tar.xz XMonadContrib-41c49c3611199897d90c6d87c25014bd6aa7134a.zip |
Comment only
darcs-hash:20070612031305-a5988-c14f016aaae7080bca95bb70cc9632b0dd5a1018.gz
-rw-r--r-- | FindEmptyWorkspace.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FindEmptyWorkspace.hs b/FindEmptyWorkspace.hs index 44794b1..ca00366 100644 --- a/FindEmptyWorkspace.hs +++ b/FindEmptyWorkspace.hs @@ -19,7 +19,7 @@ -- , ((modMask, xK_m ), viewEmptyWorkspace) -- , ((modMask .|. shiftMask, xK_m ), tagToEmptyWorkspace) -- --- Now you can jump to an empty workspace with mod-n. Mod-shift-n will +-- Now you can jump to an empty workspace with mod-m. Mod-shift-m will -- tag the current window to an empty workspace and view it. -- |