Adding README.org

This commit is contained in:
Derek Taylor
2020-07-17 16:14:45 -05:00
parent cb3720ad84
commit 95f68e0881

View File

@@ -1,7 +1,16 @@
#+TITLE: XMonad Config
#+PROPERTY: header-args :tangle xmonad.hs
* XMonad Config
* TABLE OF CONTENTS :toc:
- [[#about-this-config][ABOUT THIS CONFIG]]
- [[#imports][IMPORTS]]
- [[#autostart][AUTOSTART]]
- [[#workspaces][WORKSPACES]]
- [[#managehook][MANAGEHOOK]]
- [[#loghook][LOGHOOK]]
- [[#main][MAIN]]
* ABOUT THIS CONFIG
Xmonad is a dynamically tiling X11 window manager that is written and
configured in Haskell. Official documentation: https://xmonad.org