summaryrefslogtreecommitdiffstats
path: root/src/XMonad/Local/Layout.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Local/Layout.hs')
-rw-r--r--src/XMonad/Local/Layout.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Local/Layout.hs b/src/XMonad/Local/Layout.hs
index 0d37163..12b23f4 100644
--- a/src/XMonad/Local/Layout.hs
+++ b/src/XMonad/Local/Layout.hs
@@ -81,7 +81,7 @@ gimpL = LN.named "GIMP"
( CP.ClassName "Gimp"
`CP.And` CP.Not (CP.Role "gimp-image-window"))
-webL = IM.withIM (1%4) (IM.ClassName "google-chrome" `IM.And` IM.Title "Tabs Outliner") $ easyLay
+webL = IM.withIM (1%4) (IM.ClassName "google-chrome" `IM.And` IM.Title "Tabs Outliner") easyLay
bgL = windowNavigation $ BW.boringWindows $ smartBorders
$ reflectHoriz $ Tall nmaster delta (7/9)