xmonad-contrib-0.14: Third party extensions for xmonad

Copyright(c) 2017 Ivan Malison
LicenseBSD3-style (see LICENSE)
MaintainerIvanMalison@gmail.com
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

XMonad.Actions.CycleWorkspaceByScreen

Contents

Description

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)

repeatableAction :: [KeySym] -> (EventType -> KeySym -> X ()) -> X () Source #