aboutsummaryrefslogtreecommitdiffstats
path: root/NoBorders.hs
diff options
context:
space:
mode:
Diffstat (limited to 'NoBorders.hs')
-rw-r--r--NoBorders.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/NoBorders.hs b/NoBorders.hs
index 16bd534..5419eeb 100644
--- a/NoBorders.hs
+++ b/NoBorders.hs
@@ -58,7 +58,7 @@ instance LayoutModifier WithBorder Window where
unhook (WithBorder _ s) = setBorders borderWidth s
redoLayout (WithBorder n s) _ _ wrs = do
- setBorders borderWidth (ws \\ s)
+ setBorders borderWidth (s \\ ws)
setBorders n ws
return (wrs, Just $ WithBorder n ws)
where