I want to get the currently active tag in xmonad as a string. I've imported the stackset with
import qualified XMonad.StackSet as W
I can get get the tag of the currently focused workspace with
W.currentTag
, but it's type is StackSet i0 l0 a0 s0 sd0 -> i0
How do I convert this to a string?
Asked by Keith Osterheld
(11 rep)
Jan 23, 2019, 07:12 PM
Last activity: Jul 15, 2020, 03:08 PM
Last activity: Jul 15, 2020, 03:08 PM