about summary refs log tree commit diff
path: root/src/XMonad/Custom
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2021-11-22 00:46:38 +0300
committerAzat Bahawi <azahi@teknik.io>2021-11-22 00:46:38 +0300
commit49f1d6b3acece70f886e3d52f7a8cb336b7f3f63 (patch)
tree9dd71b3db9df8b6c0d26a6e2d2e68cb3048df341 /src/XMonad/Custom
parentWhoops (diff)
Making progress
Diffstat (limited to 'src/XMonad/Custom')
-rw-r--r--src/XMonad/Custom/Layout.hs2
-rw-r--r--src/XMonad/Custom/Log.hs1
-rw-r--r--src/XMonad/Custom/Misc.hs1
-rw-r--r--src/XMonad/Custom/Startup.hs1
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

Consider giving Nix/NixOS a try! <3