mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 20:51:55 -07:00
Update the Catch checking to the new interface for StackSet
This commit is contained in:
@@ -10,9 +10,21 @@ import StackSet
|
|||||||
-- TESTING PROPERTIES
|
-- TESTING PROPERTIES
|
||||||
|
|
||||||
main =
|
main =
|
||||||
screen ||| peekStack ||| index ||| empty ||| peek ||| push ||| delete ||| member |||
|
new
|
||||||
raiseFocus ||| rotate ||| promote ||| shift ||| view ||| workspace ||| insert |||
|
||| view
|
||||||
visibleWorkspaces ||| swap {- helper -}
|
||| lookupWorkspace
|
||||||
|
||| modify
|
||||||
|
||| peek
|
||||||
|
||| index
|
||||||
|
||| focusLeft
|
||||||
|
||| focusRight
|
||||||
|
||| focusWindow
|
||||||
|
||| member
|
||||||
|
||| findIndex
|
||||||
|
||| insertLeft
|
||||||
|
||| delete
|
||||||
|
||| swap
|
||||||
|
||| shift
|
||||||
|
|
||||||
|
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user