summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-11 09:28:33 -0700
committerBen Sima <ben@bsima.me>2019-04-11 09:28:33 -0700
commita54c6933732177c7aaed70702b13be09757cf7b8 (patch)
treea49885455fa68e47830a25ef1bca27e7604464bd
parentdf6b691494736f0fc12f632bd9ad555f56a576de (diff)
xmonad: activate noBorders Full layout
-rw-r--r--xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 48f89af..26156be 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -122,7 +122,7 @@ myLayout theme = avoidStruts $
noBorders (tabbed shrinkText $ myTabCfg theme) -- default tab config
||| tiled
||| Mirror tiled
- -- ||| noBorders Full
+ ||| noBorders Full
||| twopane
||| Mirror twopane
||| emptyBSP