dotfiles/.xmonad/lib/XMonad/Util/CurrentIndex.hs
2022-02-11 17:56:52 -08:00

17 lines
416 B
Haskell

module XMonad.Util.CurrentIndex (currentIndex) where
import XMonad.StackSet
import qualified XMonad.StackSet as W
import Data.List (elemIndex)
import XMonad
import XMonad.Util.Stack
--currentIndex :: StackSet i l Window s sd -> Int
--currentIndex w =
--allWindowsInCurrentWorkspace :: W.StackSet i l a sid sd -> [a]
--allWindowsInCurrentWorkspace ws =
-- W.integrate' . W.stack . W.workspace . W.current $ ws