aboutsummaryrefslogtreecommitdiffstats
path: root/DwmPromote.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--DwmPromote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DwmPromote.hs b/DwmPromote.hs
index b774133..7ec8fd6 100644
--- a/DwmPromote.hs
+++ b/DwmPromote.hs
@@ -39,7 +39,7 @@ import StackSet
dwmpromote :: X ()
dwmpromote = windows swap
-swap :: StackSet i a s -> StackSet i a s
+swap :: StackSet i a s sd -> StackSet i a s sd
swap = modify' $ \c -> case c of
Stack _ [] [] -> c
Stack t [] (x:rs) -> Stack x [] (t:rs)