mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -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
|
||||
|
||||
main =
|
||||
screen ||| peekStack ||| index ||| empty ||| peek ||| push ||| delete ||| member |||
|
||||
raiseFocus ||| rotate ||| promote ||| shift ||| view ||| workspace ||| insert |||
|
||||
visibleWorkspaces ||| swap {- helper -}
|
||||
new
|
||||
||| view
|
||||
||| lookupWorkspace
|
||||
||| modify
|
||||
||| peek
|
||||
||| index
|
||||
||| focusLeft
|
||||
||| focusRight
|
||||
||| focusWindow
|
||||
||| member
|
||||
||| findIndex
|
||||
||| insertLeft
|
||||
||| delete
|
||||
||| swap
|
||||
||| shift
|
||||
|
||||
|
||||
---------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user