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/Misc.hs | |
parent | Add XMobar configuration (diff) |
Minor fixes and code refactoring
Diffstat (limited to 'src/XMonad/Custom/Misc.hs')
-rw-r--r-- | src/XMonad/Custom/Misc.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/XMonad/Custom/Misc.hs b/src/XMonad/Custom/Misc.hs index dbf7e2c..78fc0f1 100644 --- a/src/XMonad/Custom/Misc.hs +++ b/src/XMonad/Custom/Misc.hs @@ -10,9 +10,7 @@ -- Stability : unstable -- Portability : unportable -- --- Miscellaneous functions, data types and declarations used for 'XMonad.Custom'. --- ------------------------------------------------------------------------- +----------------------------------------------------------------------------- module XMonad.Custom.Misc ( Applications (..) |