diff options
-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. -- |