From 918d5dac6ecf853da075e96bebdd01060c8b00ab Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 9 Mar 2019 18:03:52 -0600 Subject: [PATCH] Adding README for xmonad. --- .xmonad/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.xmonad/README.md b/.xmonad/README.md index 41bc793..65164c4 100644 --- a/.xmonad/README.md +++ b/.xmonad/README.md @@ -12,6 +12,8 @@ dynamically, and different layouts may be used on each workspace. Xinerama is fully supported, allowing windows to be tiled on several physical screens. +This directory houses my personal xmonad configuration (xmonad.hs). To check out my config, you will need to have xmonad, xmonad-contrib and xmobar installed. Then you need to place the xmonad.hs file in ~/.xmonad or in ~/.config/xmonad/. Then recompile xmonad and restart xmonad. + ## Quick Start * From hackage: