diff options
Diffstat (limited to '')
-rw-r--r-- | src/XMonad/Custom/Layout.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Log.hs | 1 | ||||
-rw-r--r-- | src/XMonad/Custom/Misc.hs | 1 | ||||
-rw-r--r-- | src/XMonad/Custom/Startup.hs | 1 |
4 files changed, 1 insertions, 4 deletions
diff --git a/src/XMonad/Custom/Layout.hs b/src/XMonad/Custom/Layout.hs index c7989b4..fe9224a 100644 --- a/src/XMonad/Custom/Layout.hs +++ b/src/XMonad/Custom/Layout.hs @@ -50,7 +50,7 @@ layoutHook = $ mkToggle (single NBFULL) $ avoidStruts $ applySpacing - -- $ mkToggle (single GAPS) + $ mkToggle (single GAPS) $ mkToggle (single REFLECTX) $ mkToggle (single REFLECTY) $ windowNavigation diff --git a/src/XMonad/Custom/Log.hs b/src/XMonad/Custom/Log.hs index bfd7093..6b7af37 100644 --- a/src/XMonad/Custom/Log.hs +++ b/src/XMonad/Custom/Log.hs @@ -5,7 +5,6 @@ -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable -- Portability : unportable --- module XMonad.Custom.Log ( logHook diff --git a/src/XMonad/Custom/Misc.hs b/src/XMonad/Custom/Misc.hs index e43e171..aa48ee2 100644 --- a/src/XMonad/Custom/Misc.hs +++ b/src/XMonad/Custom/Misc.hs @@ -7,7 +7,6 @@ -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable -- Portability : unportable --- module XMonad.Custom.Misc ( Applications(..) diff --git a/src/XMonad/Custom/Startup.hs b/src/XMonad/Custom/Startup.hs index 5a755b2..cdd63ac 100644 --- a/src/XMonad/Custom/Startup.hs +++ b/src/XMonad/Custom/Startup.hs @@ -5,7 +5,6 @@ -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable -- Portability : unportable --- module XMonad.Custom.Startup ( startupHook |