diff options
Diffstat (limited to 'Operations.hs')
-rw-r--r-- | Operations.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs index dcb4710..def5339 100644 --- a/Operations.hs +++ b/Operations.hs @@ -251,7 +251,7 @@ tag n = do hide w windows $ W.shift n --- | view. Change the current workspace to workspce at offset n (0 indexed). +-- | view. Change the current workspace to workspace at offset n (0 indexed). view :: W.WorkspaceId -> X () view n = do ws <- gets workspace |