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/Workspaces.hs | |
parent | Add XMobar configuration (diff) |
Minor fixes and code refactoring
Diffstat (limited to 'src/XMonad/Custom/Workspaces.hs')
-rw-r--r-- | src/XMonad/Custom/Workspaces.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Custom/Workspaces.hs b/src/XMonad/Custom/Workspaces.hs index a62b4af..881861c 100644 --- a/src/XMonad/Custom/Workspaces.hs +++ b/src/XMonad/Custom/Workspaces.hs @@ -8,7 +8,7 @@ -- Stability : unstable -- Portability : unportable -- ------------------------------------------------------------------------- +----------------------------------------------------------------------------- module XMonad.Custom.Workspaces ( workspaces' |