Copyright | (c) 2017 Ivan Malison |
---|---|
License | BSD3-style (see LICENSE) |
Maintainer | IvanMalison@gmail.com |
Stability | unstable |
Portability | unportable |
Safe Haskell | None |
Language | Haskell2010 |
Cycle through previously viewed workspaces in the order they were viewed most recently on the screen where cycling is taking place.
Synopsis
Usage
This module must be used in conjuction with XMonad.Hooks.WorkspaceHistory
To use, add something like the following to your keybindings , ((mod4Mask, xK_slash), cycleWorkspaceOnCurrentScreen [xK_Super_L] xK_slash xK_p)