From 935ef37a26b444d8cde629a96a0c78a2c5ed554b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 23 Jul 2022 17:22:56 +0200 Subject: [PATCH] add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f28969b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# My xmonad config + +This is my personal configuration for xmonad. +This is still work in progress. +I use my (personal) module [xmonad-custom](https://gitlab.com/kesslermaximilian/xmonad-custom), +where I collect the main parts of my configuration in modularized form. +This here is basically just glue code.