diff options
author | azahi <azahi@teknik.io> | 2018-08-11 03:40:50 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-08-11 03:40:50 +0300 |
commit | cf10110043ffd857fa12e26486dd53a38ff432b6 (patch) | |
tree | 0a5be1bf26842fe58b36ab1c31544b639620317a /src/XMonad/Custom/Layout.hs | |
parent | Add XMobar configuration (diff) |
Minor fixes and code refactoring
Diffstat (limited to 'src/XMonad/Custom/Layout.hs')
-rw-r--r-- | src/XMonad/Custom/Layout.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/XMonad/Custom/Layout.hs b/src/XMonad/Custom/Layout.hs index 0ad0de2..3a0a107 100644 --- a/src/XMonad/Custom/Layout.hs +++ b/src/XMonad/Custom/Layout.hs @@ -13,9 +13,7 @@ -- Stability : unstable -- Portability : unportable -- --- Custom target for layouts, sublayouts and layout transformers. --- ------------------------------------------------------------------------- +----------------------------------------------------------------------------- module XMonad.Custom.Layout ( layoutHook' |