From 7d93ee9b7051bfa31e4914567cb72521426c4b98 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 14 Jul 2020 11:58:47 -0500 Subject: [PATCH] Making my XMonad config modular! --- .xmonad/xmonad.hs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index a5e27a2..0797add 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -7,10 +7,12 @@ -- This config was getting massively long, so I have made this a modular -- config that sources multiple config files. Look under the imports for --- "Custom" modules. Those are my config files. Keep in mind, that my --- configs are purposely bloated with a ton of examples of what you can --- do with xmonad. It is written more as a study guide rather than a config --- that you should download and use. +-- "Custom" modules. Those are my config files and they can be found in: +-- ~/.xmonad/lib/Custom + +-- Keep in mind, that my configs are purposely bloated with examples of +-- what you can do with xmonad. It is written more as a study guide rather +-- than a config that you should download and use. ------------------------------------------------------------------------ -- IMPORTS