diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index acd93860..82cf64e1 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -70,9 +70,9 @@ myManageHook = composeAll . concat $ layouts = multiCol [1, 1] 2 0.01 (-0.5) ||| Full ||| Tall 1 (3/100) (1/2) ||| Tall 1 (3/100) (3/4) -myLayoutHook = avoidStruts . smartSpacing 10 . noBorders . minimize . - boringWindows . mkToggle (MIRROR ?? EOT) . workspaceNamesHook - $ layouts +myLayoutHook = avoidStruts . smartSpacing 10 . minimize . boringWindows . + mkToggle (MIRROR ?? EOT) . workspaceNamesHook . smartBorders . + noBorders $ layouts -- WindowBringer