From 15f669f1ce99678104f5b856330f517a522c2cd9 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 17 Jul 2020 21:39:31 -0500 Subject: [PATCH] Removing unneccesary paragraph from README.org --- .xmonad/README.org | 7 +------ .xmonad/xmonad.hs | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.xmonad/README.org b/.xmonad/README.org index b47d2e7..9288b49 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -1,5 +1,6 @@ #+TITLE: XMonad Config #+PROPERTY: header-args :tangle xmonad.hs +#+STARTUP: showeverything * Table Of Contents :toc: - [[#about-this-config][About This Config]] @@ -35,11 +36,6 @@ This is the xmonad configuration of Derek Taylor (DistroTube) My YouTube: http://www.youtube.com/c/DistroTube My GitLab: http://www.gitlab.com/dwt1/ -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 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. @@ -431,7 +427,6 @@ treeselectAction a = TS.treeselectAction a , Node (TS.TSNode "MyTreeMenu.hs" "My XMonad TreeSelect menu" (spawn (myEditor ++ "/home/dt/.xmonad/lib/Custom/MyTreeMenu.hs"))) [] , Node (TS.TSNode "MyVariables.hs" "My XMonad variables" (spawn (myEditor ++ "/home/dt/.xmonad/lib/Custom/MyVariables.hs"))) [] ] - , Node (TS.TSNode "alacritty" "alacritty terminal emulator" (spawn (myEditor ++ "/home/dt/.config/alacritty/alacritty.yml"))) [] , Node (TS.TSNode "awesome" "awesome window manager" (spawn (myEditor ++ "/home/dt/.config/awesome/rc.lua"))) [] , Node (TS.TSNode "bashrc" "the bourne again shell" (spawn (myEditor ++ "/home/dt/.bashrc"))) [] diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index bc36075..adee379 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -354,7 +354,6 @@ treeselectAction a = TS.treeselectAction a , Node (TS.TSNode "MyTreeMenu.hs" "My XMonad TreeSelect menu" (spawn (myEditor ++ "/home/dt/.xmonad/lib/Custom/MyTreeMenu.hs"))) [] , Node (TS.TSNode "MyVariables.hs" "My XMonad variables" (spawn (myEditor ++ "/home/dt/.xmonad/lib/Custom/MyVariables.hs"))) [] ] - , Node (TS.TSNode "alacritty" "alacritty terminal emulator" (spawn (myEditor ++ "/home/dt/.config/alacritty/alacritty.yml"))) [] , Node (TS.TSNode "awesome" "awesome window manager" (spawn (myEditor ++ "/home/dt/.config/awesome/rc.lua"))) [] , Node (TS.TSNode "bashrc" "the bourne again shell" (spawn (myEditor ++ "/home/dt/.bashrc"))) []