mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Removing unneccesary paragraph from README.org
This commit is contained in:
parent
279f4e4950
commit
15f669f1ce
2 changed files with 1 additions and 7 deletions
|
@ -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"))) []
|
||||
|
|
|
@ -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"))) []
|
||||
|
|
Loading…
Reference in a new issue